brett cairns on "[Plugin: WordPress SEO by Yoast] OpenGraph Issue when also...
what change are you making to the code?
View Articlealesub on "[Plugin: WordPress SEO by Yoast] OpenGraph Issue when also using...
In the file /wordpress-seo/frontend/class-opengraph.php, around line 134 look for the function called public function url(), replace it with this: public function url() { $url =...
View Articlebrett cairns on "[Plugin: WordPress SEO by Yoast] OpenGraph Issue when also...
tired and the file transfer failed citing permission denied.
View Articleterialexis on "[Plugin: WordPress SEO by Yoast] Add SEO to home page built...
My site home page is built with widgets for the content. (U-Theme template) How do I add the SEO keywords, meta description, etc. to that page? It's not a post, It's not listed in the "pages" list in...
View Articlealesub on "[Plugin: WordPress SEO by Yoast] OpenGraph Issue when also using...
That's an issue regarding the file permissions on your server, you should try with the main user for the account, or contact the hosting guys if you were using the main account already.
View ArticleWPContent.com on "[Plugin: WordPress SEO by Yoast] add_filter( 'wpseo_title',...
WordPress version: 3.5 WordPress SEO version: 1.3.4.3 I did this: I added add_filter( 'wpseo_title', '__return_false' ); to my theme's functions.php file (theme: TwentyTwelve) This is based on the...
View Articlebrett cairns on "[Plugin: WordPress SEO by Yoast] OpenGraph Issue when also...
reset the permissions and it worked but with one small glitch. my site format is http://www.mysite.com and the url used was http://www.mysite.com/ Is there any way of modifying the code to eliminate...
View ArticleLaura V on "[Plugin: WordPress SEO by Yoast] No Titles & Metas"
WordPress version:3.5 WordPress SEO version: 1.3.4.3 I did this: I am installing a completely new website. The only things I have done so far 1) Install the Genesis framework and Magazine child theme...
View Articlelatinoleader on "[Plugin: WordPress SEO by Yoast] Yoast SEO not compatible...
If you have Jetpack installed, you may want to check out this article: Jetpack and WordPress SEO
View ArticleJosh Fialkoff on "[Plugin: WordPress SEO by Yoast] Local SEO module"
Hi, Does anyone know when the Local SEO module will be released? Thanks, josh http://wordpress.org/extend/plugins/wordpress-seo/
View Articlealesub on "[Plugin: WordPress SEO by Yoast] OpenGraph Issue when also using...
try replacing 'http://'.$_SERVER["SERVER_NAME"] with get_bloginfo('url')
View Articlebrett cairns on "[Plugin: WordPress SEO by Yoast] OpenGraph Issue when also...
same result - url still has the /
View ArticleRoamFree on "[Plugin: WordPress SEO by Yoast] OpenGraph Issue when also using...
Brett, Go to yoursite/wp-admin/options-general.php See if you typed the trailing slash in the URL for "WordPress address" or "Site address".
View Articlebrett cairns on "[Plugin: WordPress SEO by Yoast] OpenGraph Issue when also...
no / there and I added a filter so WP SEO does not add it. I have a rel canonical meta tag in the head so may not be a big deal but would be nice to not have it show in the og meta data. Maybe this is...
View Articlealesub on "[Plugin: WordPress SEO by Yoast] OpenGraph Issue when also using...
The slash is coming from the $_SERVER['REQUEST_URI'] variable. Maybe you can add an if statement to check if the current page is the home: if(is_home()) $url = get_bloginfo('url'); else $url =...
View Articlebrett cairns on "[Plugin: WordPress SEO by Yoast] OpenGraph Issue when also...
Perfect! Worked great. Thanks for all your help on this
View ArticleRoamFree on "[Plugin: WordPress SEO by Yoast] OpenGraph Issue when also using...
Well, apparently PHP is emitting the slash from SERVER_NAME or REQUEST_URI. http://php.net/manual/en/reserved.variables.server.php If it's not coming from REQUEST_URI, you'll need to invoke a string...
View Articlealternn on "[Plugin: WordPress SEO by Yoast] Opengraph: SVG to PNG"
Hello, I use SVG images extensively with a fallback for PNG images (at the same URLs). As Facebook does not support SVG yet I'd like to make all SVG be presented as PNGs in the opengraph metatags. Now...
View Article