Dette innstikket er ikkje testa med dei tre siste utgåvene av WordPress. Det kan henda det ikkje blir vedlikehalde lenger, og kan ha problem med nyare versjonar av WordPress.

Barebones Twitter

Skildring

A simple plugin that allows you to include a Twitter feed on any page or post within your WordPress website. All you need to do is configure the plugin with your Twitter handle and your Twitter access tokens and you are good to go, from there you can include [display_twitter] and the feed will appear.

You can choose how many Tweets will appear, whether to include ReTweets in the list, whether to include replies in the list and whether you want to the Tweets to scroll. Selecting the scroll option will set the Tweets to show in a «ticker» style one after the other automatically.

The plugin is designed to be easily styled, we do not include any default CSS so as not to interfere with the current styling of your site. Each Tweet is a simple <li> element that can be easily styled.

Installasjon

  1. Upload the plugin files to the /wp-content/plugins/barebones-twitter directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the «Plugins» screen in WordPress
  3. Use the Settings->Barebones Twitter screen to configure the plugin and add your Twitter credentials
  4. You will need to create an app on http://dev.twitter.com, this will give you 4 keys that you will need to enter into the configuration window.
  5. Once configured, include [display_twitter] or <?php echo do_shortcode('[display_twitter]'); ?> on any page to display the Twitter stream.

Vanlege spm.

What is the access section in the settings?

In order for the plugin to communicate with the Twitter API you will first need to configure an app on http://dev.twitter.com/ and then copy the credentials into the settings.

Omtalar

There are no reviews for this plugin.

Bidragsytarar og utviklarar

“Barebones Twitter” is open source software. The following people have contributed to this plugin.

Contributors

“Barebones Twitter” er omsett til 1 språk. Takk til omsetjarane for bidraga deira.

Omset “Barebones Twitter” til ditt eige språk.

Interested in development?

Les kjeldekoden, sjekk SVN-lageret eller abonner på utviklingsloggen med RSS.

Endringslogg

1.0

  • Initial release