Hi,
If it doesn’t work on posts, there is something going wrong on your site. Might be a problem with the theme, might be a conflict with other plugins.
A link to your site will tell more then any guesses will.
how i nclude on my blog-page.php( or content-blog.php) for exemple? if i made it will work? (include some code in php)?
Looks like WP Discuz is throwing an infinite number of “Uncaught TypeError: undefined is not a function” errors. Try switching that plugin off…
Thanks. Working now! very thanks, and one question, How do I view this error log?
Errors are visible with a Developer Toolbar. There is one in Google Chrome which you can open with the F12 keyboard button. Or you can install the tools as an extension in Firefox. The Opera browser has by far the best dev tools which can be accessed by right-clicking any website element and selecting Inspect element…
All toolbars have a tab (usually called Console) that will show you errors that occur during script execution. These errors sometimes give a good indication on what is going wrong or at least (as in your case) they point in the general direction of the offending script.
Good luck ☺