Plugin Directory

Changeset 1099428


Ignore:
Timestamp:
02/25/2015 05:54:12 PM (11 years ago)
Author:
Twitter
Message:

initial release

Location:
twitter/trunk
Files:
115 added
1 edited

Legend:

Unmodified
Added
Removed
  • twitter/trunk/readme.txt

    • Property svn:mime-type set to text/plain
    r1086703 r1099428  
    1 === Twitter ===
    2 Contributors: twitter
    3 Tags: twitter
    4 Requires at least: 4.1
     1=== Plugin Name ===
     2Contributors: Twitter, niallkennedy
     3Tags: twitter, embedded tweet, twitter video, twitter cards, tweet button, follow button, twitter analytics, twitter ads
     4Requires at least: 3.9
    55Tested up to: 4.1
    6 Stable tag: trunk
     6Stable tag: 1.0.0
     7License: MIT
     8License URI: http://opensource.org/licenses/MIT
    79
    8 Twitter
     10Official Twitter plugin for WordPress. Embed Twitter content and grow your audience on Twitter.
    911
    1012== Description ==
    1113
    12 Twitter
     14The Twitter plugin for WordPress optimizes your website for a Twitter audience through easy to use sharing buttons, embedded Tweets, auto-generated markup indexed by Twitter, and Follow buttons to help grow your Twitter audience. All features are deeply integrated with WordPress APIs to make building your webpages and administrative features as easy as possible with the extensibility you expect from WordPress.
     15
     16Requires PHP 5.4 or later.
     17
     18* [Embedded Tweet](https://dev.twitter.com/web/embedded-tweets) - customize backgrounds and color schemes to match your site's theme
     19* [Embedded Twitter video](https://dev.twitter.com/web/embedded-video) - showcase video uploaded to Twitter
     20* [Tweet button](https://dev.twitter.com/web/tweet-button) - simple sharing of your site's content on Twitter
     21* [Twitter Cards](https://dev.twitter.com/cards/overview) - highlight your site's content when shared on Twitter
     22* [Twitter Analytics](https://analytics.twitter.com/) - track impressions and top distributors of your site's content on Twitter
     23* [Follow button](https://dev.twitter.com/web/follow-button) - grow your Twitter audience
     24* [Twitter ads conversion tracking](https://support.twitter.com/articles/20170807-conversion-tracking-for-websites) - easily track actions on your WordPress site triggered by a Twitter ad or build a custom targeting audience
     25
     26Contribute to the plugin, submit pull requests, or run test suites through the [Twitter plugin for WordPress GitHub repository](https://github.com/twitter/wordpress). View [Twitter for WordPress documentation](https://dev.twitter.com/web/wordpress) to learn more about customization through filters.
     27
     28== Changelog ==
     29
     30= 1.0.0 =
     31* Embedded Tweets
     32* Embedded video
     33* Tweet button
     34* Twitter Cards
     35* Follow button
     36* Advertising tracker
     37
     38== Frequently Asked Questions ==
     39
     40= Twitter Cards do not appear for my shared links =
     41
     42Twitter Cards must be enabled for your domain before they will appear alongside a Tweet. Submit a URL to the [Twitter Cards validator](https://cards-dev.twitter.com/validator) and request Twitter add the card type for your domain.
     43
     44= How can I change an Embedded Tweet's background and link colors to match my site's theme? =
     45
     46The Twitter plugin for WordPress includes a settings page with options to customize the background color, link color, and border color used in Twitter Embedded Tweets and Embedded Timelines.
     47
     48= How do I include an embedded timeline in my page? =
     49
     50Log in to Twitter.com and visit the [Twitter widgets settings page](https://twitter.com/settings/widgets) to create and manage [embedded timeline](https://dev.twitter.com/web/embedded-timelines) widgets for your account. Widget settings are saved to a widget identifier for the logged in account; you may want to create a widget from your site's account, not your personal account, for continuity and general organization.
     51
     52Copy-and-paste the HTML generated by the Twitter widgets configuration tool into a new [WordPress text widget](http://codex.wordpress.org/WordPress_Widgets#Using_Text_Widgets).
     53
     54= My custom link color and border color do not appear in Embedded tweets or timelines =
     55
     56Your site may have a [Content Security Policy](https://developer.mozilla.org/docs/Web/Security/CSP/Introducing_Content_Security_Policy) blocking Twitter's JavaScript from inserting your custom styling into the widget.
     57
     58You may have configured an embedded timeline widget with a non-default link color. Your widget configuration overrides your page / theme configuration.
     59
     60= Does the Twitter plugin add additional tracking of my site's visitors? =
     61
     62The Twitter plugin for WordPress makes it easier to explicitly include Twitter features and functionality on your WordPress site. No additional tracking is added as a result of our plugin code's execution on your server(s).
     63
     64Twitter widgets and buttons load Twitter's widgets.js library through the WordPress JavaScript queue. Read more about [how Twitter for Websites widgets respect user privacy](https://dev.twitter.com/web/overview/privacy).
     65
     66Twitter advertising trackers are only included on the page when invoked by the site using the `twitter_tracking` shortcode. Read more about [Twitter's policies for conversion tracking and tailored audiences products](https://support.twitter.com/articles/20171365-policies-for-conversion-tracking-and-tailored-audiences).
     67
     68== Screenshots ==
     69
     701. Settings screen. Customize Tweet and Timeline color schemes including background, text colors, and borders. Attribute site content to a Twitter account. Automatically include Tweet buttons alongside your post content.
     712. Post editor meta box. Define custom Tweet text, hashtags, and Twitter Card data.
     723. Twitter widgets and buttons in action.
    1373
    1474== Installation ==
    1575
    16 == Frequently Asked Questions ==
    17 
    18 == Screenshots ==
     761. Add the Twitter plugin to your WordPress installation
     771. Activate the plugin through the 'Plugins' menu in WordPress
Note: See TracChangeset for help on using the changeset viewer.