skip to Main Content

Fetch Facebook album cover photo – Android – Photoshop

I try fetch album datas from facebook and i use this method for fetch album cover photo. i get response like this; {Response: responseCode: 200, graphObject: GraphObject{graphObjectClass=GraphObject, state={"FACEBOOK_NON_JSON_RESULT":"����u0000u0010JFIFu0000u0001u0002u0000u0000u0001u0000u0001u0000u0000��u0000�Photoshop"}}, error: null, isFromCache:false} What's that's mean ? How can i get image…

VIEW QUESTION

Insert og:image in wordpress – SEO

I have the following hook for facebook's og:image tag. In my template file: <?php do_action('wp_head', $mypost) ?> In my functions file: add_action('wp_head', 'add_fb_og'); function add_fb_og($mypost) { if (isset($mypost["wpcf-bgleft"][0])) { echo '<meta property="og:image" content="'.$mypost["wpcf-bgleft"][0].'" />'; } } What I'm trying to…

VIEW QUESTION
Back To Top
Search