Results 1 to 6 of 6
-
14th Apr 2011, 09:56 PM #1OPMember
how to... in DLE?
hi friends,
I need to add some meta tags with some php code in my DLE posts.
How can I do It? I discovered that I can add meta tags using the file engines/engine.php but appears also in index, and I need to appear only in posts...
What file I need to edit?
Any ideas?Divvy Reviewed by Divvy on . how to... in DLE? hi friends, I need to add some meta tags with some php code in my DLE posts. How can I do It? I discovered that I can add meta tags using the file engines/engine.php but appears also in index, and I need to appear only in posts... What file I need to edit? Any ideas? :) Rating: 5
-
14th Apr 2011, 10:15 PM #2MemberWhat file I need to edit?
-
14th Apr 2011, 11:05 PM #3OPMember
thank you!
And can I use php code in a tpl file?
-
14th Apr 2011, 11:46 PM #4OPMember
errr I hours around this code and cant figure out... can please someone help me?
this is my website:
http://www.celebridadesdespidas.com
I want to show specific thumbnails when someone likes a post using the facebook button... I have another website working like that, and in that website I added this code in the posts file:
Code:<meta property="og:title" content="Thongs Around The World - From <?php echo $row['country_name'].': '.$row['name']; ?>"> <meta property="og:image" content="<? echo "http://www.thongsaroundtheworld.com/uploaded/".$row['picture_thumb']; ?>"> <meta property="fb:image" content="<? echo "http://www.thongsaroundtheworld.com/uploaded/".$row['picture_thumb']; ?>">
please helpppppp
-
15th Apr 2011, 12:11 AM #5Member
About your first question, just use this code where you want to place the keywords/tags:
{title} Free full download, {title} filesonic, rapidshare, megaupload ... etc
-
15th Apr 2011, 12:18 AM #6OPMember
thank you...
Im now working in engines/engine.php file.
I added this line:
Code:<meta property="og:image" content="{ thumbnail($imgfile) }">
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
themaCreator - create posts from...
Version 3.45 released. Open older version (or...