amirullahmn
Forum Replies Created
-
Its same whatever I do, but when I try to delete the plugin and install old version, its working. Don’t know the solution is because old version or because delete and install again or because old version.
Forum: Plugins
In reply to: [Open Graph and Twitter Card Tags] Access Token required?Hi, i found this as solution for now..
you need to edit the plugin file..1. You go edit this file – /wp-content/plugins/wonderm00ns-simple-facebook-open-graph-tags/admin/class-webdados-fb-open-graph-admin.php
2. You go the line https://graph.facebook.com/….. change the http to https
https://graph.facebook.com/3. and on last of the line you put behind this line &scrape=true&method=post
the &access_token=XXXXXXXXXXX|XXXXXXXXXXXXXXXXXX… it will look like this ‘&scrape=true&method=post&access_token=XXXXXXXXXXX|XXXXXXXXXXXXXXXXXX’;4. the XXX replace with &access_token=APP_ID|ACCESS_TOKEN
5. Click Update FIle and you can try create the post.
Thank You..
Hi, i found this as solution for now..
you need to edit the plugin file..1. You go edit this file – /wp-content/plugins/wonderm00ns-simple-facebook-open-graph-tags/admin/class-webdados-fb-open-graph-admin.php
2. You go the line https://graph.facebook.com/….. change the http to https
https://graph.facebook.com/3. and on last of the line you put behind this line &scrape=true&method=post
the &access_token=XXXXXXXXXXX|XXXXXXXXXXXXXXXXXX… it will look like this ‘&scrape=true&method=post&access_token=XXXXXXXXXXX|XXXXXXXXXXXXXXXXXX’;4. the XXX replace with &access_token=APP_ID|ACCESS_TOKEN
5. Click Update FIle and you can try create the post.
Thank You..