Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+4 votes
505 views
in Plugins by

Hi,

this is my small contribution to this community. I made my first Q2A plugin that will do one simple job: clear FB share cache after new question is posted.

Description:

Just a simple plugin that will clear FB share cache automatically after new question is posted. By default you must clear FB share cache manualy here after new qustions is posted. If you don't do that and someone want to share question immediately, it will not pull right meta content. So, this plugin will prevent that situation by sending POST request to Facebook graph to scrape data.

I am not experienced PHP developer, I am front-end designer! So, my code is probably very bad, but it's working. Feel free to make it better, send suggestions :)

Github: https://github.com/stefanmm/qa-clear-fb-share-cache

1 Answer

0 votes
by
Thats great! Keep up good work! you can look into other plugins and write more. Here are 300+ q2a plugins.

https://github.com/ProThoughts?tab=repositories

As you are a front-end designer, may be you can help to come up with nice theme for q2a :)
...