Changeset 733718
- Timestamp:
- 06/28/2013 07:13:03 PM (13 years ago)
- Location:
- meta-ographr
- Files:
-
- 16 added
- 2 edited
-
tags/0.8.16 (added)
-
tags/0.8.16/inc (added)
-
tags/0.8.16/inc/jqplot.dateAxisRenderer.min.js (added)
-
tags/0.8.16/inc/jqplot.highlighter.min.js (added)
-
tags/0.8.16/inc/jquery.jqplot.min.css (added)
-
tags/0.8.16/inc/jquery.jqplot.min.js (added)
-
tags/0.8.16/inc/scripts.min.js (added)
-
tags/0.8.16/inc/style.min.css (added)
-
tags/0.8.16/meta-ographr_admin.php (added)
-
tags/0.8.16/meta-ographr_index.php (added)
-
tags/0.8.16/readme.txt (added)
-
tags/0.8.16/screenshot-1.png (added)
-
tags/0.8.16/screenshot-2.png (added)
-
tags/0.8.16/screenshot-3.png (added)
-
tags/0.8.16/screenshot-4.png (added)
-
tags/0.8.16/screenshot-5.png (added)
-
trunk/meta-ographr_index.php (modified) (4 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
meta-ographr/trunk/meta-ographr_index.php
r728511 r733718 4 4 Plugin URI: http://ographr.whyeye.org 5 5 Description: This plugin scans posts for embedded video and music players and adds their thumbnails URL as an OpenGraph meta-tag. While at it, the plugin also adds OpenGraph tags for the title, description (excerpt) and permalink. Facebook and other social networks can use these to style shared or "liked" articles. 6 Version: 0.8.1 56 Version: 0.8.16 7 7 Author: Jan T. Sott 8 8 Author URI: http://whyeye.org … … 29 29 30 30 // OGRAPHR OPTIONS 31 define("OGRAPHR_VERSION", "0.8.1 5");31 define("OGRAPHR_VERSION", "0.8.16"); 32 32 // enables developer settings on Wordpress interface, can be overwritten from plug-in settings once activated 33 33 define("OGRAPHR_DEVMODE", FALSE); … … 845 845 // Add permalink 846 846 if (($options['add_permalink']) && (is_front_page()) && ($link = get_option('home'))) { 847 if (substr($link, -1) !== '/') $link = $link . '/'; 847 848 $opengraph_meta['og:url'] = $link; 848 849 if (isset($options['add_twitter_meta'])) … … 855 856 $link = get_permalink(); 856 857 } 858 if (substr($link, -1) !== '/') $link = $link . '/'; 857 859 $opengraph_meta['og:url'] = $link; 858 860 if (isset($options['add_twitter_meta'])) -
meta-ographr/trunk/readme.txt
r728511 r733718 4 4 Tags: opengraph,open-graph,open graph,open graph meta,metatags,facebook,google+,google snippets,twitter cards,thumbnails,soundcloud,mixcloud,bandcamp,vimeo,youtube,dailymotion,blip.tv,hulu,internet archive,archive.org,myvideo,official.fm,ustream,viddler,html5,livestream video,jwplayer,nvbplayer,flickr,justin.tv,twitch.tv,8tracks,bambuser,rdio,socialcam 5 5 Requires at least: 3.0 6 Tested up to: 3.5. 17 Stable tag: 0.8.1 56 Tested up to: 3.5.2 7 Stable tag: 0.8.16 8 8 License: GPLv2 9 9 … … 104 104 == Changelog == 105 105 106 = 0.8.16 = 107 * adds trailing slash to urls if missing 108 106 109 = 0.8.15 = 107 110 * added support for new Bandcamp players
Note: See TracChangeset
for help on using the changeset viewer.