Det här tillägget har inte testats med någon av de 3 senaste huvudversionerna av WordPress. Det kanske inte längre underhålls och kan ha kompatibilitetsproblem när det används tillsammans med nyare versioner av WordPress.

RSS Responsive Caption

Beskrivning

This plugin allows publishers to better control the width of photos that use the WordPress caption shortcode feature, when that content is displayed in RSS feed readers like Google Reader, as displayed on small-screen mobile devices.

This plugin accomplishes the same thing that adjusting the ”function img_caption_shortcode” code in includes/media.php would, but allows the user to automatically update WordPress without worrying about losing these changes.

It is the author’s hope that in future releases of WordPress (post 3.3), this plugin will prove unnecessary if (hard-working, responsive-minded) WordPress core developers decide to include the fix in newer versions of the awesome great open source software we have all come to love.

The code for this plugin was inspired by code found on this page of the codex:
https://codex.wordpress.org/Function_Reference/add_filter

Read more about RSS Responsive Caption on the author’s website here:
http://brandonmoeller.com/blog/2011/12/18/rss-responsive-caption/

Skärmdumpar

  • This
  • Is better than this

Installation

  1. Upload this directory to your plugins directory. It will create a ’wp-content/plugins/rss-responsive-caption/’ directory.’
  2. Activate the plugin through the Plugins menu in WordPress.
  3. That’s it! The plugin will begin adding inline CSS code to the parsed caption shortcode that will allow RSS readers to better display your images that have captions.

Vanliga frågor

Why would I need this plugin?

If you read your WordPress site in Google Reader on your mobile device – and if your site uses images with captions – you’ve probably noticed how some images look too big for the reader. This plugin fixes that problem by making the photos more responsive, in that they will never be wider than the screen that is viewing them.

What else can I do with this plugin?

You can re-name it and edit it to further alter the way that the default caption shortcode works. Making these changes in a plug-in is better than altering wp-includes/media.php because your changes will still be there next time you automatically update WordPress. Everyone wants to automatically update WordPress. It makes life better.

Read more about RSS Responsive Caption on the author’s website here: http://brandonmoeller.com/blog/2011/12/18/rss-responsive-caption/

Recensioner

Detta tillägg har inga recensioner.

Bidragsgivare och utvecklare

”RSS Responsive Caption” är programvara med öppen källkod. Följande personer har bidragit till detta tillägg.

Bidragande personer

Översätt ”RSS Responsive Caption” till ditt språk.

Intresserad av programutveckling?

Läs programkoden, kika på SVN-filförvaret eller prenumerera på utvecklarloggen via RSS.

Ändringslogg

1.0

  • This is the first version of this plugin.