Linux 软件免费装
Banner图

Digicution Simple Twitter Feed

开发者 digicution
更新时间 2015年2月24日 06:50
捐献地址: 去捐款
PHP版本: 3.1 及以上
WordPress版本: 4.1
版权: GPLv2 or later
版权网址: 版权信息

标签

feed twitter list simple display tweet digicution

下载

1.2 1.3 1.4 1.4.1 1.4.2 1.4.2.1 1.4.2.2 1.4.2.3 1.4.2.4 1.4.2.5 1.4.2.6 1.4.2.7 1.4.2.8 1.4.2.9 1.4.3 1.4.4 1.0 1.1

详情介绍:

Wordpress 4.1 Responsive Interface Design - Fully Backwards Compatible With Earlier Wordpress Releases (Down to 3.1). This plugin provides a simple list of Tweets from a users screen name for usage within your Wordpress Blog or Template. Since Twitter implemented it’s new API (v1.1) in June 2013, a lot of old Wordpress Twitter feed plugins stopped working. I received quite a few requests to from various devs and designers to create new Twitter feeds and the majority of these that I built used the same or a similar framework. I still get quite a few requests for updates on these feeds and rather than emailing the new version over to them to install, I figured I’d compile all the options and get it up on the Wordpress repo so I could push updates directly to the Wordpress installations and standardize the installs :) It’s a pretty simple plugin but hopefully, it should help anyone out there who simply wants a decent Twitter feed on their Wordpress site. The ‘Digicution Simple Twitter Feed’ plugin includes a linking system to hook up your Twitter App with your Wordpress Blog or Template, 3 methods of integration: Widget, Shortcode & Direct PHP Function and a large number of customisable options for tweet display including: I’ve used it on a number of sites and so far it seems to be working very well. However, if anyone finds any issues or bugs with the plugin, please let me know and I will endeavour to get them fixed as soon as I possibly can. There are thousands of unique Wordpress installs out there and it is impossible for me to be able to test them all so, if you do find an issue, please report it at http://www.digicution.com/contact/ The plugin REQUIRES PHP's cURL function to be installed and available. If you're unsure, please install the plugin and the diagnostics will let you know if you are able to use it or not. PHP's mcrypt library is also recommended but not essential. Serbian Translation courtesy of Borisa Djuraskovic from http://www.webhostinghub.com

安装:

  1. Upload the folder 'digicution-simple-twitter-feed' to the '/wp-content/plugins/' directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Create your Twitter Application by following these steps: a). Go to https://dev.twitter.com/ b). In the page footer, click on Tools -> Manage Your Apps c). Click Create New App d). Fill In App Details, you can leave the Callback URL field blank e). Once your app has been created, click on the Keys and Access Tokens tab f). Under Application Settings, you'll find your Consumer Key (API Key) & Consumer Secret (API Secret) g). Scroll down to Your Access Token and under Token Actions, click Create my access token h). Once this is completed, it will reveal your Access Token & Access Token Secret i). Now you have all the info you need, just copy these bits into the Simple Twitter 'Twitter App Settings' page and click 'Update Application Options'
  4. Add the Access Token, Access Token Secret, Consumer Key & Consumer Secret to Main Page of 'Simple Twitter' Options Page
  5. Ensure you change the Twitter Username value from 'digicution' to your Twitter Username to display your Tweets!
  6. Configure display options in 'Simple Twitter' Options Page
  7. Implement the plugin using either Widget, Shortcode or PHP Function method :
  8. Drag & Drop Widget - If your current theme has widget areas available, you can head to Appearance -> Widgets and simply Drag the "Digicution Twitter" widget into the widget area where you want your tweets to appear.
  9. Use The Shortcode - You can drop the Twitter Widget into any standard Wordpress Post or Page simply by pasting the shortcode below into the content section of the post/page: [dt_twitter]
  10. Drop The Function In Manually - Or, for the more versed in theme customisation, you can simply drop the PHP function directly into your theme files where you want the Twitter Feed to appear. To do this, simply copy and paste the code below into your theme where you want the Feed to appear: <?php dt_twitter(); ?>
  11. Congrats, You've just added the Twitter Feed to your website :)

屏幕截图:

  • Tweet Appearance Menu (New Layout)
  • General Settings Menu (Mobile Layout Example)
  • Widget Appearance
  • Example 1
  • Example 2
  • Example 3

升级注意事项:

1.4.4 If upgrading to 1.4.4, please ensure you use the new Force Twitter Feed Update once updated in order to refresh your tweet database. 1.4.2.9 If using OpenSSL encryption and upgrading from a version below 1.4.2.9 - you will be required to re-enter your Twitter API details to comply with the latest OpenSSL iv security implementation. 1.4 Upgrade For SVG Tweet Icon Support & Native Twitter UTC Date Support 1.3 Upgrade For Wordpress 3.8 & Mobile Device Support With A Shiny New Interface :) 1.2 Upgrade For JS Fix 1.1 Upgrade For Bugfixes, Added Border Radius Support On Twitter Profile Images & Universal Language Support

常见问题:

What’s this Twitter App shenanigans? How do I create a Twitter App?

  1. Head to https://dev.twitter.com/
  2. Login
  3. In the top right, click on your avatar and click on "My Applications"
  4. Click "Create A New Application"
  5. Fill in the application details on this page and click "Create your Twitter application"
  6. Now, it'll take a minute or two but you should then be able to access your app from the avatar in the top right -> "My Applications"
  7. When you click on your app on this page, it will give you all sorts of info on the page. The bits you need are: Access Token, Access Token Secret, Consumer Key, Consumer Secret

I have the correct access tokens and consumer keys but my feed displays Tweets from a completely different user plus they seem to be static Tweets and don't update. Is there something I need to do to make this work?

You've probably still got the default user setup (should be tweets from me :).

  1. Go into your Wordpress admin
  2. Click on the "Simple Twitter" option in the admin menu
  3. Click on General Settings at the top
  4. Change Twitter Username to the twitter user's tweets you want to display
  5. Change Twitter Update Frequency for quicker updates (default is update once an hour)
  6. Scroll down to the bottom & click "Update Options"
Once you've done this, you should be golden :)

My Tweets aren't showing? What's going on?

OK, Double check... No, triple check that you have the correct Access Token, Access Token Secret, Consumer Key & Consumer Secret from your Twitter App entered correctly in the main app setup screen. If you're sure you've done this and you're still hvaing issues, please drop me an email via http://www.digicution.com/contact and I'll get back to you asap.

My Tweets are showing but they aren't mine? Eh?

Please make sure that you have added YOUR Twitter Username into the Twitter Username option on the General Settings page.

My Tweet Follow Buttons are not showing, only the link text is being displayed?

This means that the app cannot reach Twitter's API server from your client machine. Double check you haven't got any apps that are blocking access. One that has been found to do so is the Avast Anti Virus Browser Plugin. There is a setting within the Avast plugin titled "Block social networks by default". Disable this and you should be golden. Unfortunately, this is a client side restriction so there's nothing that can be done about it at present - this would be the same if you were to use Twitter's native Follow button :(

I have a question, bug or feature request... Where can I submit it?

No problemo, just head to http://www.digicution.com/contact/ and submit the contact form with your question/bug/request - I'll get back to you as soon as I possibly can :)

更新日志:

1.4.4 1.4.3 1.4.2.9 1.4.2.8 1.4.2.7 1.4.2.6 1.4.2.5 1.4.2.4 1.4.2.3 1.4.2.2 1.4.2.1 1.4.2 1.4.1 1.4 1.3 1.2 1.1 1.0