Can anyone tell me how to remove this add-on?
Can anyone tell me how to remove this add-on?
zc 1.39h
Something about the add-on is causing some problems and I could use some help, assuming t's still being supported.
The Facebook spider has been crawling my site almost non-stop and damn near every time it shows up I see this on my Who's on Line page (in Admin).The only place that I've found it is in the following file:Session ID:
Host: 69.171.237.14
User Agent: facebookexternalhit/1.0 (+http://www.facebook.com/externalhit_uatext.php)
/Soft-Tops/Smittybilt/META_TAG_IMG
Facebook Like Button/includes/templates/your_custom_template/common/html_header.php
In my copy it's line 34, reads as follows
<meta property="og:image" content="<?php echo META_TAG_IMG; ?>"/>
Anyone able to help? PLEASE!!
change yours to read like this and see if that helps:
<meta property="og:image" content="<?php echo META_TAG_FBIMG; ?>"/>
I have used this mod since almost the beginning and do not have the problem you do.
not sure what to tell you then, the spider really isn't harmful but if you don't care for it then to remove the mod you just need to remove the files you uploaded and all the edits you did for it....basically the reverse of what you did to upload it.
Hi All ,im using 1.3.9h I have install the Facebook like button as override the files but its doesn't work well as i have customized template , so i have to do it manually by editing the tpl_product_info.php , html_header.php , but my question about the metatags.php , this file is not in my original files ! do i need to add it or i can work without this file ?
also regarding the Facebook user photo beside the like icon ! can i remove it ?
the link for the issues and bugs about this addon is not working so i have no clue
Appreciate your answers
The metatags file is in your installation includes/modules. You need to place the new one in your override directory(or create one) under modules. It is essential in order to get the correct information to show up on Facebook when someone clicks the like button. You cannot change the graphics though because the like button pulls from Facebook and there's little than can be changed. There's more information at http://developers.facebook.com/docs/.../plugins/like/