I was trying to get a little script running in my Blog plugin but I not seem to get it working.....
The problem is in the get_page_url, I have no idea how that works, before I used another CMS and there the code was just {article_url}....
Code:
<script language="javascript" type="text/javascript">
//<![CDATA[
document.write('<div class="fb-comments" data-href="<?php get_page_url(); ?>" num_posts="10" width="800"></div>');
//]]>
</script>
The problem is in the get_page_url, I have no idea how that works, before I used another CMS and there the code was just {article_url}....