Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Chuck Reynolds

    (@ryno267)

    Right away looking at your source there are two issues.

    <meta property="fb:admins" content="poochesatplay"/>
    <meta property="fb:app_id" content="poochesatplay"/>

    You should only use one of those and also you have a string in there (words) instead of the ID (number / integer) AND that “poochesatplay” is a page… not a person or not an app.
    SO.
    That said. You need to find your own personal Facebook ID. That process is a little more tricky these days thanks to FB but here’s a sample image that will help a bit.

    Go here: https://developers.facebook.com/tools/explorer/
    Click on “Get Token” then “Get User Access Token”.
    It will ask for permissions… make sure to check the “user_about_me” checkbox.
    After you accept that then you should be able to hit “submit” and it’ll show your UID (user ID (it’s a number)) – but if it doesn’t, because facebook is annoying, look at this image. Click the blue “i” icon and it’ll show your number in that hover window.
    https://i.imgur.com/h1m5MsH.png

    Once you put that ID number into the fb:admins section in the plugin (and remove the app id one you have in there too)… THEN go to https://developers.facebook.com/tools/debug/ and put in that ‘pooches get ready’ URL you posted above. Click “Fetch new scrape information” button.

    Confusing I know but FB doesn’t make it easy anymore to get that info. Cheers!

    Thread Starter rich489

    (@rich489)

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Featured image’ is closed to new replies.