Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • waelali Friend
    #176513

    Hello

    http://www.tkareer.com
    Viewing site source , right click – view source will give us

    <base href="http://www.tkareer.com/" />
    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
    <meta name="robots" content="index, follow" />
    <meta name="keywords" content="" />
    <meta name="description" content="" />
    <meta name="generator" content="Joomla! 1.5 - Open Source Content Management" />
    <title> تقارير | أخبار | | أفلام | فيديو | مقالات | سياسة | فن | موسيقى | رياضة | صور | كورة</title>
    <link href="/index.php?format=feed&type=rss" rel="alternate" type="application/rss+xml" title="RSS 2.0" />
    <link href="/index.php?format=feed&type=atom" rel="alternate" type="application/atom+xml" title="Atom 1.0" />
    <link rel="stylesheet" href="/index.php?jat3action=gzip&jatype=css&jafile=t3-assets%2Fcss53408.css" type="text/css" />
    <link rel="stylesheet" href="/index.php?jat3action=gzip&jatype=css&jafile=t3-assets%2Fcssc6ebc.css" type="text/css" />
    <style type="text/css">

    Where can I find the
    <meta name=”keywords” content=”” />
    <meta name=”description” content=”” />
    <meta name=”generator” content=”Joomla! 1.5 – Open Source Content Management” />

    In what file??

    Thank you

    pavit Moderator
    #450401

    Hi

    <meta name=”keywords” content=”” />
    <meta name=”description” content=”” />

    This two meta can be filled from your Backend –> Global configuration –> Site Tab –> Metadata Settings

    Global Site Meta Keywords = <meta name=”keywords” content=”” />
    Global Site Meta Description = <meta name=”description” content=”” />

    Fill your site description and keywords in that 2 fields

    regarding this <meta name=”generator” content=”Joomla! 1.5 – Open Source Content Management” />

    You need to edit this file librariesjoomladocumenthtmlrendererhead.php find and remove this code around line 87

    $strHtml .= $tab.'<meta name="generator" content="'.$document->getGenerator().'" />'.$lnEnd;

    Regards

    waelali Friend
    #450405

    <em>@pavit 316343 wrote:</em><blockquote>Hi

    <meta name=”keywords” content=”” />
    <meta name=”description” content=”” />

    This two meta can be filled from your Backend –> Global configuration –> Site Tab –> Metadata Settings

    Global Site Meta Keywords = <meta name=”keywords” content=”” />
    Global Site Meta Description = <meta name=”description” content=”” />

    Fill your site description and keywords in that 2 fields

    regarding this <meta name=”generator” content=”Joomla! 1.5 – Open Source Content Management” />

    You need to edit this file librariesjoomladocumenthtmlrendererhead.php find and remove this code around line 87

    $strHtml .= $tab.'<meta name="generator" content="'.$document->getGenerator().'" />'.$lnEnd;

    Regards</blockquote>

    Thank you .. Actually this was just the first step to ask my question… I guessed if I can know the lcoation , so I can do it , however could not 🙁

    Is there any way to make Facebook button use a default thumbnail that I can choose?? How to do that plz??
    Some homepages has tens of images , so using share will give me tens of thumbnails to select one . I just need to select default one.

    pavit Moderator
    #450445

    <blockquote>Is there any way to make Facebook button use a default thumbnail that I can choose?? How to do that plz??
    Some homepages has tens of images , so using share will give me tens of thumbnails to select one . I just need to select default one.</blockquote>

    Hi

    I need that you explain better what you are trying to customize.

    You are referring to some specific module ?

    waelali Friend
    #450457

    <em>@pavit 316397 wrote:</em><blockquote>Hi

    I need that you explain better what you are trying to customize.

    You are referring to some specific module ?</blockquote>

    I will explain by images.
    Please follow the attached 2 images.. That will explain very well

    Thank you


    1. 1
    2. 2
    pavit Moderator
    #450460

    Hi

    That part of software is not managed by joomla but from facebook ( read the link in the address bar ) so cannot be managed less than you leave only one image on your site

    waelali Friend
    #450463

    <em>@pavit 316415 wrote:</em><blockquote>Hi

    That part of software is not managed by joomla but from facebook ( read the link in the address bar ) so cannot be managed less than you leave only one image on your site</blockquote>

    Did you Google it??
    There are many tricks for that.

    I need to config and add php code in head.php for that

    see

    http://www.quora.com/How-do-I-create-a-single-default-picture-on-a-Facebook-Share-button

    Or you can just add the <link rel=”image_src” href=”…” /> tag to the header of your webpage.

    The question is how to add <link rel=”image_src” href=”…” /> to our header ??

    Thank you

    pavit Moderator
    #450464

    <blockquote>Did you Google it??
    There are many tricks for that.

    I need to config and add php code in head.php for that

    see</blockquote>

    You need a customization of your template ?

    Joomlart doesn’t offer this service, try to ask in this web site http://www.joomlancers.com

    Regards

    waelali Friend
    #450465

    <em>@pavit 316421 wrote:</em><blockquote>You need a customization of your template ?

    Joomlart doesn’t offer this service, try to ask in this web site http://www.joomlancers.com

    Regards</blockquote>

    Whaaaaaaaaaaatt?? 🙂 I need to add that code – small code as php !!!! how can I do that ??
    Joomlart does not support adding php code to the template??

    pavit Moderator
    #450471

    You need to make your changes in this file pluginssystemjat3jat3base-themesdefaultpagedefault.php

    but first create a page folder in your templates folder then copy the default.php file from the link above in that folder and make your modifications.

    waelali Friend
    #450481

    <em>@pavit 316430 wrote:</em><blockquote>You need to make your changes in this file pluginssystemjat3jat3base-themesdefaultpagedefault.php

    but first create a page folder in your templates folder then copy the default.php file from the link above in that folder and make your modifications.</blockquote>

    Thank you

    Now – How to translate <link rel=”image_src” href=”…” /> to Php?? I am not php coder

    pavit Moderator
    #450488

    You don’t need to translate this, simply insert your code in that file

Viewing 12 posts - 1 through 12 (of 12 total)

This topic contains 12 replies, has 2 voices, and was last updated by  pavit 12 years, 6 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum