Hi to everybody!
I've got an error from the like button at the end of the articles. I'm using boutique for joomla 2.5. The template is updated to the current last version. It appears instead of the like button of facebook an "error" word. Clicking on that it opens a Facebook window tell me this:
The href URL must be absolute.
What I have to do to fix this error? I've checked the procedure to the Facebook ID, i've tried to google out but it turns that is a problem of this code:
- Code: Select all
1 echo urlencode(get_permalink());
to be changed into this one:
- Code: Select all
1 echo get_permalink();
But I really don't know where it is.
Could someone provide me some help?
Thanks!