{"id":31633,"date":"2015-04-23T14:18:06","date_gmt":"2015-04-23T14:18:06","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/deweys-open-graph-helper\/"},"modified":"2016-12-03T01:33:04","modified_gmt":"2016-12-03T01:33:04","slug":"deweys-open-graph-helper","status":"publish","type":"plugin","link":"https:\/\/ug.wordpress.org\/plugins\/deweys-open-graph-helper\/","author":166744,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"2.0.4","stable_tag":"2.0.4","tested":"4.5.33","requires":"3.5.1","requires_php":"","requires_plugins":"","header_name":"Dewey's Open Graph Helper","header_author":"Luke DeWitt","header_description":"","assets_banners_color":"ffffff","last_updated":"2016-12-03 01:33:04","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"http:\/\/www.whatadewitt.ca","header_author_uri":"http:\/\/www.whatadewitt.ca","rating":0,"author_block_rating":0,"active_installs":10,"downloads":1714,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":{"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":"1143323","resolution":"1544x500","location":"assets"},"banner-772x250.png":{"filename":"banner-772x250.png","revision":"1143323","resolution":"772x250","location":"assets"}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0","1.0.1","1.1.0","2.0.0","2.0.1","2.0.2","2.0.3","2.0.4","2.0.5"],"block_files":[],"assets_screenshots":[],"screenshots":[],"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[157,6487,324,174],"plugin_category":[56],"plugin_contributors":[127329],"plugin_business_model":[],"class_list":["post-31633","plugin","type-plugin","status-publish","hentry","plugin_tags-facebook","plugin_tags-open-graph","plugin_tags-sharing","plugin_tags-social","plugin_category-social-and-sharing","plugin_contributors-whatadewitt","plugin_committers-whatadewitt"],"banners":{"banner":"https:\/\/ps.w.org\/deweys-open-graph-helper\/assets\/banner-772x250.png?rev=1143323","banner_2x":"https:\/\/ps.w.org\/deweys-open-graph-helper\/assets\/banner-1544x500.png?rev=1143323","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/deweys-open-graph-helper_ffffff.svg","icon_2x":false,"generated":true},"screenshots":[],"raw_content":"<!--section=description-->\n<p>A simple plugin for adding open graph tags to WordPress sites. Focuses more on theme and plugin developers. No admin interface (yet), everything is configured via code. (I'll write a better description when I can think of one...)<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload the <code>wad_open_graph<\/code> directory to <code>\/wp-content\/plugins\/<\/code><\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<li><code>add_post_type_support<\/code> for <code>ogtags<\/code> to the different post types you want to enable open graph tags for<\/li>\n<li>Customize the open graph settings by using the <code>og_tags<\/code> filter<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>How do I use this?<\/dt>\n<dd><p>After you have installed the plugin, the plugin will automatically add open graph tags to your site's front page. <code>og:site_name<\/code> and <code>og:title<\/code> will both be set to your site's name, <code>og:type<\/code> will be \"website\", <code>og:url<\/code> is the site's url and <code>og:description<\/code> is the WP site description.<\/p>\n\n<p>After you've enabled support for each of the post type(s), you begin to see open graph tags appear in those post type page <code>&lt;head&gt;<\/code> tags.<\/p>\n\n<p>On post types that support 'ogtags', the plugin will add og tags for <code>og:site_name<\/code> (your blog's title), <code>og:title<\/code> (the post title), <code>og:url<\/code> (the post permalink), <code>og:description<\/code> (the post excerpt) and <code>og:type<\/code> is automatically set to \"article\". If your post has a thumbnail image, that will be set as the <code>og:image<\/code>.<\/p><\/dd>\n<dt>Can I customize the og tags?<\/dt>\n<dd><p>You can!<\/p>\n\n<p>You can customize all of the different posts you're supporting using the <code>og_tags<\/code> filter. Also, if you're supporting multiple post types and only want to customize a particular post type, you can use the <code>[POST_TYPE]_og_tags<\/code> filter, where you can replace <code>[POST_TYPE]<\/code> with <code>post<\/code> or <code>page<\/code> (or whatever the post_type is) to customize the content of a particular post type.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>2.0.4<\/h4>\n\n<ul>\n<li>fixed the issue where apostrophes aren't always showing properly in shares<\/li>\n<\/ul>\n\n<h4>2.0.3<\/h4>\n\n<ul>\n<li>Small tweaks based on some feedback around custom data<\/li>\n<\/ul>\n\n<h4>2.0.2<\/h4>\n\n<ul>\n<li>Small changes to fix some issues with some of the og tag meta not being rendered properly<\/li>\n<\/ul>\n\n<h4>2.0.1<\/h4>\n\n<ul>\n<li>Small changes to fix some issues with some of the og tag meta not being rendered properly<\/li>\n<\/ul>\n\n<h4>2.0.0<\/h4>\n\n<ul>\n<li>Added a meta box to make it easier to use custom og tag meta<\/li>\n<\/ul>\n\n<h4>1.1.0<\/h4>\n\n<ul>\n<li>Removed the filter from being called on the homepage, as it was causing unwanted overwrites<\/li>\n<\/ul>\n\n<h4>1.0.1<\/h4>\n\n<ul>\n<li>Moved array declaration to fix error notice<\/li>\n<\/ul>\n\n<h4>1.0<\/h4>\n\n<ul>\n<li>Initial \"open\" release<\/li>\n<\/ul>","raw_excerpt":"A simple plugin for adding open graph tags to WordPress sites. Focuses more on theme and plugin developers. No admin interface (yet), everything is co &hellip;","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/ug.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/31633","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ug.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/ug.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/ug.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=31633"}],"author":[{"embeddable":true,"href":"https:\/\/ug.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/whatadewitt"}],"wp:attachment":[{"href":"https:\/\/ug.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=31633"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/ug.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=31633"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/ug.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=31633"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/ug.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=31633"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/ug.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=31633"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/ug.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=31633"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}