Making WordPress.org

Ticket #2899: 2899.diff

File 2899.diff, 2.0 KB (added by xkon, 8 years ago)

Correct twitter app links

  • readme.txt

     
    2727
    2828**Step 1)** After installing the plugin, go to the Tagregator > Settings screen and enter the credentials for the services you want to use.
    2929
    30 When <a href="https://dev.twitter.com/apps/new">creating a Twitter application</a>, you should enter the URL of your website in the "Website" field (e.g., `http://www.example.org`), and then leave the "Callback URL" field empty. Once the application is created, copy the Consumer Key and Consumer Secret into Tagregator's settings.
     30When <a href="https://apps.twitter.com/">creating a Twitter application</a>, you should enter the URL of your website in the "Website" field (e.g., `http://www.example.org`), and then leave the "Callback URL" field empty. Once the application is created, copy the Consumer Key and Consumer Secret into Tagregator's settings.
    3131
    3232**Step 2)** [Add the [tagregator] shortcode to a post or page](https://codex.wordpress.org/Shortcode), and include the hashtag(s) you want to aggregate:
    3333
  • views/tggr-source-twitter/page-settings-section-header.php

     
    1 <p>You can obtain the settings below by <a href="https://dev.twitter.com/apps/new">creating a new application</a> at Twitter's developer portal. For detailed instructions, please see <a href="https://wordpress.org/plugins/tagregator/installation/">the Installation page</a>.</p>
     1<p>You can obtain the settings below by <a href="https://apps.twitter.com/">creating a new application</a> at Twitter's developer portal. For detailed instructions, please see <a href="https://wordpress.org/plugins/tagregator/installation/">the Installation page</a>.</p>