Facebook Changing Page Title When Shared (?)
-
i’m stumped. no matter where in wp-admin i change anything labeled “title”, whenever shared to Facebook, the title is changed back to the original sitename.
i’ve tried a couple different plugins to help provide the Open Graph meta data and landed on this one due to its flexibility.
i painstakingly sifted thru the WordPress mysql database via phpMyAdmin and found any/all reference to “title” and leftovers from the other plugins. deleted everything that was relevant.
i removed the “Site Title” from wp-admin > Settings > General.
i added all the OG meta tags in wp-admin > Settings > Meta Tag Manager EXCEPT the title (also no sitetitle).
i edited this “Media” page (as an example. this issue is with every page) and added…
<meta property="og:title" content="Anything here, doesn't matter" />
…via the per-page Meta Tag Manager element.i went into my host (SiteGround) and flushed both the Dynamic Cache & the Memcache.
i went into their WP Plugin & purged the cache there too.i went back into phpMyAdmin & verified that the ONLY “og:title” is what i just entered above.
i emptied my browser cache.
i reloaded the page and checked the source code. it shows ONLY the “og:title” i made above.
then i go to https://developers.facebook.com/tools/debug,
enter https://roxologymusic.com/media & clicked the Debug button.
i’ve repeatedly clicked the “Scrape Again” button.every time, Facebook reads the “og:title” as “Roxology”! (Roxology is the name of the website, and i did have it in the wp general settings, and the previous plugin had it set as its title. but i’ve eradicated all of that, haven’t i?
further down that page click the “Show All Raw Tags” and it shows…
<meta property="og:title" content="Roxology" />
…which is NOT what my source code shows!!also, to test, i entered this url directly into a Facebook post, and it also reflects the incorrect tag.
this is just with Facebook as far as i can tell.
entering the same url into a Twitter post, renders it correctly. as well as at https://cards-dev.twitter.com/validator
if i deactivate & delete this plugin, Facebook reads the page title. but i would like to have a slightly different og:title than the wp-admin page title.
any ideas? have i missed something or is Facebook just being lame?
thanks for your time & consideration.The page I need help with: [log in to see the link]
- The topic ‘Facebook Changing Page Title When Shared (?)’ is closed to new replies.