Memepress – WordPress Widgets for Yahoo! Meme Public Posts

Provides wordpress widgets for displaying public posts from Yahoo! Meme. Memepress is SEO ready and has options to noindex/nofollow your Meme posts.

Author:Kulbir Saini (profile at wordpress.org)
WordPress version required:2.1
WordPress version tested:3.0.5
Plugin version:0.3
Added to WordPress repository:11-09-2009
Last updated:30-10-2009
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://gofedora.com/memepress/
Total downloads:1 956
plugin download
Click to start download

Provides wordpress widgets for displaying public posts from Yahoo! Meme. Memepress is SEO ready and provides options to noindex/nofollow your Meme posts. Memepress supports internationalization.

Demo: Live demo of this plugin can be seen here.

Languages Supported

  1. English (en_US)
  2. Turkish (tr_TR) - Yalcin Erdemir

Features

*  Easy to setup. Copy, Activate, Setup and Go :)
*  Widget support
*  No dependencies
*  Supports all kinda of posts from Yahoo! Meme.
*  Option to control width of sidebar.
*  Option to link posts (you may not want to link back to Yahoo! Meme).
*  Options to noindex/nofollow permalinks to Yahoo! Meme posts.
*  Display posts as list or using <p> html attribute.
*  Uniquely identifiable class for text/photo/video/music to control layout via css classes.
*  Supports internationalization (i18n).

Translation If you are interested in translating Memepress in your language, you have to translate just a few strings 🙂 Download the memepress.pot (POT) file and translate the strings in your language. Email the resulting .pot file to kulbirsaini25 [AT] gmail.com .

Example

Untranslated

#: memepress.php:37
msgid "Title"
msgstr ""

Translated

#: memepress.php:37
msgid "Title"
msgstr "_WHATEVER_TITLE_IS_WRITTEN_AS_IN_YOUR_LANGUAGE_"

Usage

If you use WordPress widgets, just drag the widget into your sidebar and configure. If widgets are not your thing, use the following code to display your public Yahoo! Meme posts:

<?php memepress__render_posts("username"); ?>

For more info (options, customization, etc.) visit the plugin homepage.

Customization

The plug in provides the following CSS classes:

* ul.memepress: the main ul (if list is activated)
* li.memepress-item: the ul items (if list is activated)
* li.memepress-text: the ul item (if meme post is text)
* li.memepress-photo: the ul item (if meme post is photo)
* li.memepress-video: the ul item (if meme post is video)
* li.memepress-music: the ul item (if meme post is music)
* .memepress-timestamp: the timestamp span class
* a.memepress-link: the link class

Screenshots