ھي پلگ ان WordPress جي جديد 3 وڏين رليزز سان آزمايو نه ويو آھي. اهو ٿي سگهي ٿو وڌيڪ برقرار يا سپورٽ نه ٿي سگهي ۽ ٿي سگهي ٿو مطابقت جا مسئلا جڏهن ورڈپریس جي وڌيڪ تازي ورزن سان استعمال ڪيو وڃي.

Get Latest Tweets

وضاحت

This plugin adds the ability to put a shortcode tag in any static page or post and have it display the latest tweets for a particular twitter user.

It generates markup like this, which you can style as desired:

<ul class='tweets'>
<li>@<a class='atreply' href='http://twitter.com/jane'>jane</a> Please dance a jig. <span class='date'><a href='http://twitter.com/me/status/2345'>3 hours ago</a></span></li>
<li>Anyone used TotalFinder? <a href='http://t.co/blah'>http://t.co/blah</a> Saw it on @<a class='atreply' href='http://twitter.com/bob'>bob</a>'s machine and am intrigued. <span class='date'><a href='http://twitter.com/me/status/1234'>6 hours ago</a></span></li>
</ul>

انسٽاليشن

  1. Upload the plugin to the /wp-content/plugins/ directory and unzip it.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Create ‘wp-content/cache/latest_tweets/’ and make sure it is writable by the web server.
  4. Put your Twitter credentials in twitter.api.keys.json. Make sure this file is not world-readable. You can get these from https://dev.twitter.com/apps
  5. Place [get_latest_tweets username="somename"] in your pages.

جائزا

2 نومبر 2016
Hi Paul, thanks for this great plugin. I just updated to the latest version... and now the german special characters like ä ü ö don't show up any more. Is there a simple solution for that? Thanks Chris
جمع: سڀ 2 تبصرا پڙهو

تعاون ڪندڙ & ڊولپرز

“Get Latest Tweets” اوپن سورس سافٽ ويئر آهي. ھيٺين ماڻھن ھن پلگ ان ۾ حصو ورتو آھي.

تعاون ڪندڙ

ترجمو ڪريو “Get Latest Tweets” توهان جي ٻولي ۾.

ڊولپمينٽ ۾ دلچسپي؟

ڪوڊ براؤز ڪريو، چيڪ ڪريو SVN مخزن، يا رڪنيت حاصل ڪريو ڊولپمينٽ لاگ پاران RSS.

لاگ تبدیل ڪريو

0.3

  • More WordPress VIP coding standards
  • refactored in to class
  • when JSON contains an error, output it
  • updated “tested up to” to 4.3.1

0.2.2

  • WordPress VIP coding standards; updated “tested up to” to 4.1

0.2.1

  • “Tested up to” updated to 3.9.1

0.2.0

  • Now uses version 1.1 of the Twitter API — requires Twitter API credentials

0.1.3

  • Fix “Tested up to” and make sure version numbers sync up

0.1.2

  • Updated for new twitter API (thanks, @byjuhohn)

0.1.1

  • Fixed tweet permalinks (credit: Wouter den Boer)

0.1

  • Initial release.