Changeset 1864129
- Timestamp:
- 04/25/2018 11:51:41 AM (8 years ago)
- Location:
- siteattention
- Files:
-
- 4 edited
-
assets/screenshot-1.png (modified) (previous)
-
assets/screenshot-2.png (modified) (previous)
-
trunk/README.txt (modified) (4 diffs)
-
trunk/siteattention.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
siteattention/trunk/README.txt
r1864021 r1864129 14 14 == Description == 15 15 16 Achieve better ranking on Google. Try it [Free for 30 days!](https://siteattention.com/products/getsiteattention) 16 Score higher on Google and make sure your pages get the traffic they deserve! Click the Download button to try SiteAttention FREE for 30 days - no strings attached! 17 17 18 Want to get tips on how to improve your search ranking while writing your post? Then this is the right tool for you. SiteAttention adds a simple and intuitive sidebar with tips and a SEO score to help you improve your ranking on search engines, such as Google. All in real-time and with easy WordPress integration.18 Get tips on how to improve your search ranking while writing your post! SiteAttention adds a simple and intuitive sidebar with tips and an SEO score to help you improve your ranking on search engines, such as Google. All in real-time and with easy WordPress integration. Keep an eye on how each of your pages perform and see your website’s overall progress on SiteAttention Dashboard. 19 19 20 SiteAttention provides you with tracking which enables you to see the result on your SEO efforts by providing you your ranking on Google. 21 22 Get full access to all features for FREE for the first 30 days and just €15 per month for up to 50 published pages. 23 24 Visit our [web site](https://siteattention.com/) and find out more about SiteAttention. 20 Get full access to all features for FREE for the first 30 days and afterwards pay just €15 per month for up to 50 published pages. 21 Visit our [website](https://siteattention.com) and find out more about SiteAttention. 25 22 26 23 == Installation == 27 1. Check requirements - WP version must be at least 4.5.x and at most at version 4.9.5 (might work for higher versions, tested until 4.9.5). PHP must be at least version 5.4 - If in doubt, ask your server-host. 28 2. Activate the plugin through the 'Plugins' menu in WordPress. 29 3. Add the license key on the `plugin's setting page` or sign up in the sidebar on a post page if you are a new user. 24 1. Check requirements – WP version must be at least 4.5.x and at most at version 4.9.5 (might work for higher versions, tested until 4.9.5). PHP must be at least version 5.4 – If in doubt, ask your server-host. 25 2. Go to “Plugins” tab, find SiteAttention and click on “Activate” button underneath, then click on “Settings” (you can also click on SiteAttention tab in the main WordPress menu) which will take you to the SiteAttention setup form. 26 3. In the “New customer” section write down your first name and email address, then click on Get started! 27 4. Congratulations! Now you can start using your SiteAttention plugin! Simply go to the post or page editor and the plugin will appear by the page you’re editing, giving you SEO tips in real-time! 30 28 31 29 == Configuration == 32 30 33 The `plugin's setting page` shows you information around your subscription. 34 First installed the plugin is mapped to WordPress's default fields: `title, content, excerpt, slug and tags`. 31 In order to start using SiteAttention plugin, make sure it’s activated: 35 32 36 When creating a post or a page use the guidelines provided by the plugin. See our introduction video on YouTube [here](https://www.youtube.com/watch?v=zz_89YIdTvU&t=2s) 33 1. Go to “Plugins” tab, find SiteAttention and click on “Activate” button underneath, then click on “Settings” (you can also click on SiteAttention tab in the main WordPress menu) which will take you to the SiteAttention setup form. 34 2. In the “New customer” section write down your first name and email address, then click on Get started! 35 3. Congratulations! Now you can start using your SiteAttention plugin! Simply go to the post or page editor and the plugin will appear by the page you’re editing, giving you SEO tips in real-time! 37 36 38 37 == Screenshots == 39 38 40 1. SiteAttention settings page. 41 2. SiteAttention sidebar 39 1. SiteAttention SEO Plugin 40 2. SiteAttention SEO Plugin Activation 41 3. SiteAttention SEO Plugin Settings 42 4. SiteAttention SEO Plugin Tab (left side menu) 42 43 43 44 == Changelog == … … 66 67 67 68 * API updates & optimisations 68 * new UI for SiteAttention settings69 * New UI for SiteAttention settings 69 70 70 71 = 1.0.7 = … … 76 77 77 78 * Major rewrite of the plugin, especially with focus on the plugin settings page. 78 * The Plugin settings. page has been reworked 79 * The SEO Toolbar, presented to editors on page edits, is no longer visibile when the plugin settings are not completely filled in 80 * The SEO Toolbar no longer supports registration, this is done through the settings page 79 * The SEO Toolbar, presented to editors on page edits, is no longer visibile when the plugin settings are not completed. 80 * The SEO Toolbar no longer supports registration, this is done through the settings page 81 81 82 82 == Upgrade Notice == … … 85 85 86 86 Initial release 87 88 = 2.0 = 89 90 Major Plugin update -
siteattention/trunk/siteattention.php
r1864021 r1864129 411 411 <?php if(siteattention_registered()) { ?> 412 412 <div class="info-wrap" style="display:block;width:45%;margin-left:5%;margin-bottom:5%;float:right;"> 413 <h2 style="font-size:1.8em">Your Account information s</h2>413 <h2 style="font-size:1.8em">Your Account information</h2> 414 414 <?php 415 415 $sa_all_info = siteattention_get_acccount_info();
Note: See TracChangeset
for help on using the changeset viewer.