PluginProbe
Catch Web Tools / 0.1
Catch Web Tools v0.1
trunk 0.1 0.2 0.3 0.4 1.0 1.1 1.2 1.3 1.4 1.4.1 1.5 1.5.1 1.5.2 1.6 1.7 1.8 1.8.1 1.9 1.9.1 1.9.2 1.9.3 1.9.4 1.9.5 1.9.6 All 58 releases
catch-web-tools / readme.txt

readme.txt in Catch Web Tools 0.1, at readme.txt

130 lines 5.9 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 === Catch Web Tools ===
2 Contributors: catchthemes
3 Donate link: http://catchthemes.com/wp-plugins/catch-web-tools/
4 License: GPLv2
5 License URI: http://www.gnu.org/licenses/gpl-2.0.html
6 Tags: catch-ids, simple, admin, wp-admin, show, ids, post, page, category, media, links, tag, user, widget, seo, search engine optimization, google, alexa, bing, meta keywords, meta description, social icons, github, dribbble, twitter, facebook, wordpress, googleplus, linkedin, pinterest, flickr, vimeo, youtube, tumblr, instagram, codepen, polldaddy, path, css, open graphs, plugin, posts, sidebar, image, images
7 Requires at least: 3.5
8 Tested up to: 3.7.1
9 Stable tag: 0.1
10
11 Improve your WordPress site with powerful web tools by catchthemes.com.
12
13 == Description ==
14
15 Catch Web Tools is a simple and lightweight WordPress plugin to help you manage your WordPress site. Power up your WordPress site with powerful features that were till now only available to Catch Themes users. We currently offer Webmaster Tools, Open Graph, Custom CSS, Social Icons, Catch IDs and basic SEO Optimization.
16
17 = Premium Support =
18
19 Catch Themes team does not provide support for the Catch Web Tools plugin on the WordPress.org forums. Support is provided at http://catchthemes.com/forum/catch-web-tools/
20
21 == Translation ==
22
23 Catch Web Tools plugin is translation ready.
24
25 == Installation ==
26
27 You can download and install Catch Web Tools plugin using the built in WordPress plugin installer. If you download Catch Web Tools manually, make sure it is uploaded to "/wp-content/plugins/catch-web-tool/".
28
29 Activate Catch Web Tools in the "Plugins" admin panel using the "Activate" link.
30
31 You'll then see Catch Web Tools dashboard from which you can enable or disable the modules as per your need.
32
33 = Webmaster Tools =
34
35 Webmaster Tools is a very popular solution for your website and it is highly recommended by webmasters. It will help you with the Search Engine Ranking Optimization of your website.
36
37 Click on the Activate button in the Catch Web Tools Dashboard or Check the "Enable Webmaster module" to enable webmaster tools.
38
39 Header and Footer Scripts Section
40 * This section has facilities provided so that any script from Google, Facebook, Google Analytics etc. can be placed, which will load on Header or Footer.
41
42 Site Verification Section
43 * This section allows addition of verification ID from Google, Bing and Alexa here to validate site.
44
45 = Custom CSS =
46
47 Allows addition of Custom CSS in the head section of the site. If CSS is entered and saved, it will show up in the frontend head section. You can leave it blank if it is not needed.
48
49
50 = Catch IDS =
51
52 Click on the Activate button in the Catch Web Tools Dashboard.
53
54 Once the module is enabled, it will show the Post ID, Page ID, Media ID, Links ID, Category ID, Tag ID and User ID in the Admin Section Table.
55
56 = Social Icons =
57
58 Social Icons uses icons from genericons v. 3.0.1 [genericons.com](http://genericons.com).
59
60 Click on the Activate button in the Catch Web Tools Dashboard or Check the "Enable Social Icons module" to enable Social Icons provided by Catch Web Tools.
61
62 Once the module is enabled and fields are entered, social icons can be shown via three ways, shortcodes, widgets and templates.
63
64 Shortcodes
65 * The shortcode [cathchemes_social_icons] (in the Post/Page content) will enable Social Icons into the Page/Post.
66
67 Widgets
68 * Drag and drop Catch Web Tools' Social Icons Widget to any Sidebar for results.
69
70 WordPress Templates
71 * If Catch Web Tools Social Icons is required in php template, the following code can be used:
72
73 <?php
74 if ( function_exists( 'catchwebtools_social_icons' ) )
75 catchwebtools_social_icons();
76 ?>
77
78 OR
79
80 <?php
81 echo do_shortcode( '[cathchemes_social_icons]' );
82 ?>
83
84 = OpenGraph ( Social Integration ) =
85
86 SEO and Social Media are heavily intertwined, that is why this plugin also comes with a Facebook OpenGraph implementation. Custom Meta boxes can be used to add OpenGraph tags for specific pages or posts. This section adds Open Graph meta data to site's <head> section.
87
88 Click on the Activate button in the Catch Web Tools Dashboard or Check the "Enable OpenGraph Module" to enable social integration provided my Catch Web Tools.
89
90 Homepage Setting Section
91 * This section includes OpenGraph Settings for your home page.
92
93 Default Setting Section
94 * This section includes a default image field which is used if the post/page being shared does not contain any images.
95
96 Custom Settings Section ( Only For Advanced Users )
97 * This setting is only recommended for advanced users who understand detailed workings of OpenGraph tool.
98 * This field is for any other type of OpenGraph tag that is not fulfilled by Catch Web Tools OpenGraph Basic Settings. E.g.:<meta property="og:audio" content="http://example.com/sound.mp3" />
99 * OpenGraph tags for specific pages or posts, can be added via Catch Web Tools Custom Meta Box which shows up in pages’ and posts’ add/edit sections once this section is enabled.
100
101 = SEO (BETA Release) =
102
103 SEO is in beta version. SEO can be used to add SEO meta tags to Homepage, specific pages or posts and Categories pages. This section adds SEO meta data to site's <head> section.
104
105 Click on Activate button in the Catch Web Tools Dashboard or Check the "Enable SEO Module" to enable SEO provided by Catch Web Tools.
106
107 SEO Homepage Settings
108 * This section includes SEO settings for Homepage
109
110 Catch Web Tools: SEO Settings
111 * SEO for specific pages or posts, can be added via Catch Web Tools Custom Meta Box which shows up in pages’ and posts’ add/edit sections once this section is enabled.
112 * Once enabled the settings will also show up in the categories add and edit page, below the main settings section.
113
114
115 == Screenshots ==
116
117 1. Catch Web Tools Dashboard
118 2. Webmaster Tools
119 3. Custom CSS
120 4. Social Icons
121 5. Open Graph
122 6. SEO
123 7. Open Graph and SEO Settings Meta Box
124
125
126 == Changelog ==
127
128 = 0.1 =
129 * Initial Release
130