Hi indianburguer. Thank you very much for your reply but what I need is dynamic. I have a php function that gets me the current URL for every news article. But when I insert it in the form, it doesn’t work dynamically
I observed that it worked for one article (article A), and for every other one (articles a, b, c) it returned the search results of the first article (article a).
How can I setup the code so that it will recognize the PHP query and it will show a different result on every article page?
Example:
Article 1: Oil price raises $5
Twitter widget: show any tweets that have link to article 1
Article 2: car crash kills 3 people
Twitter widget: show any tweets that have link to article 2
So with one function, every page shows a different set of reactions