Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Replacing Twitter and Facebook links with icons?

Options
  • 03-03-2015 1:19pm
    #1
    Registered Users Posts: 3,395 ✭✭✭


    On my new website, I have links set up to both my Twitter and Facebook accounts.

    All you see on the screen on my site are the words Twitter and Facebook.

    When you click on them you are taken to my accounts.

    I'd like to replace these words with icons.

    How do I do this?

    Thanks.

    D.


Comments

  • Registered Users Posts: 7,500 ✭✭✭BrokenArrows


    You just need to add the image to your href link in the HTML. www.echoecho.com/htmllinks06.htm


  • Moderators, Society & Culture Moderators Posts: 17,642 Mod ✭✭✭✭Graham


    Dinarius wrote: »
    On my new website, I have links set up to both my Twitter and Facebook accounts.

    All you see on the screen on my site are the words Twitter and Facebook.

    When you click on them you are taken to my accounts.

    I'd like to replace these words with icons.

    How do I do this?

    Thanks.

    D.


    [HTML]
    <a href="http://twitter.com/dinarius"&gt;
    <img src="twitter.gif" alt="Twitter Link">
    </a>
    [/HTML]


  • Registered Users Posts: 3,395 ✭✭✭Dinarius


    This one is a bit trickier than the other two.

    The way the web design template is set up, I have to input my @Twitter name in one part of the program, and then put it on the site page.

    But, I can only input @Twitter into the template - nothing else.

    If I right-click on to word Twitter on the website (which is the live link to my account) and choose Inspect Element, I can see the line beginning <a and ending ></a>.

    I presume if I could now add in the <img.....etc. > bit I would be sorted. But, I don't seem to be able to edit this line.

    My options at the top of this window are: Inspector (which shows me the line of code), Console, Debugger, Style Editor, Performance, Network.

    Should I by trying to edit it in one of these?

    Thanks.

    D.


  • Registered Users Posts: 3,395 ✭✭✭Dinarius


    Ok.

    Just discovered that if I select all of the code and right-click, there is an option to Edit as HTML.

    Great. I can now input the text above.

    But, what do I do after I've inputted it?

    There is no X to close the box.

    Thanks.

    D.


  • Moderators, Society & Culture Moderators Posts: 17,642 Mod ✭✭✭✭Graham


    It sounds like you're editing directly in the browser, what are you hoping is going to happen when you close the page?


  • Advertisement
  • Registered Users Posts: 3,395 ✭✭✭Dinarius


    Graham wrote: »
    It sounds like you're editing directly in the browser, what are you hoping is going to happen when you close the page?

    That the Twitter icon replaces the word Twitter on the page of the website.

    Yes, I am editing directly in the browser.

    I'm using one of the website templates from www.koken.me

    You simply login and edit.

    Thanks.

    D.


  • Moderators, Society & Culture Moderators Posts: 17,642 Mod ✭✭✭✭Graham


    I think (it's hard to be certain remotely) that you're confusing some of the Koken tools with the Chrome developer tools.

    The right-click, edit as html sounds more like Chrome develop tools than anything else.

    Have you tried saving your changes, moving to a different page then going back to view your changes?


  • Registered Users Posts: 3,395 ✭✭✭Dinarius


    Graham wrote: »
    I think (it's hard to be certain remotely) that you're confusing some of the Koken tools with the Chrome developer tools.

    The right-click, edit as html sounds more like Chrome develop tools than anything else.

    Have you tried saving your changes, moving to a different page then going back to view your changes?

    Graham,

    I'm using Firefox.

    I'm not sure if I'm saving the changes correctly.

    In the Koken software, there is also the option of what they call Custom CSS. It's explained here> http://help.koken.me/customer/portal/articles/1033530-apply-custom-css-to-a-theme

    Not sure if that is what I should be using.

    Thanks again.

    D.


  • Registered Users Posts: 7,500 ✭✭✭BrokenArrows


    Ok the Konen Custom Css option is for modifying your CSS on the website.

    Right clicking on the page and selecting "Inspect Element" is just modifying the website on your computer. It is a feature of Firefox. It doesnt save the changes back to the website and are not visible to any other users. Any changes made using "Inspect Element" will be lost as soon as you refresh the page.


  • Moderators, Society & Culture Moderators Posts: 17,642 Mod ✭✭✭✭Graham


    Dinarius wrote: »
    Graham,

    I'm using Firefox.

    I'm not sure if I'm saving the changes correctly.

    In the Koken software, there is also the option of what they call Custom CSS. It's explained here> http://help.koken.me/customer/portal/articles/1033530-apply-custom-css-to-a-theme

    Not sure if that is what I should be using.

    Thanks again.

    D.

    ok, sounds like you're just editing using the firefox developer tools.

    If I'm correct, you're not really editing the web page at all. All you're doing is changing how that particular page looks in your browser on your PC until you close the page.


  • Advertisement
  • Registered Users Posts: 3,395 ✭✭✭Dinarius


    Thanks guys.

    I installed Chrome.

    I opened the CSS editor.

    I chose Inspect Element for Twitter on the web page.

    I copied and pasted the highlighted text into the CSS editor.

    I then edited it so that it looked exactly like this <a title="Twitter" href="https://twitter.com/ConsumingIssues"><img src="twitter.gif" alt="Twitter Link"></a>

    ..and chose Publish Changes (what the software makes you do)

    I then reloaded the pages.

    No change.

    Also, there is no "Matched CSS Rules", which they refer to in the help document, visible in the Chrome editor.

    I must be close!

    Thanks.

    D.


  • Registered Users Posts: 3,395 ✭✭✭Dinarius


    Maybe I should choose Copy CSS path when I copy the highlighted text in Chrome?

    But, then something totally different appears in the CSS editor.

    #nav_third > ul > li:nth-child(5) > a

    D.


  • Registered Users Posts: 3,395 ✭✭✭Dinarius


    Pps.

    Right clicking the text in Chrome gives me the options of Edit attribute, Edit as HTML, Copy CSS path, Copy XP Path, Copy.

    D.


  • Moderators, Society & Culture Moderators Posts: 17,642 Mod ✭✭✭✭Graham


    You see all of those options in Chrome and Firefox, the ones that work on absolutely any webpage not just your web pages. You don't want to use those to edit your site. They're perfect for testing css changes but that's about it for your purposes.

    Any changes you make using those tools won't save.

    You need to go back to the Koken website and read the tutorials for editing content/html/css/themes/templates.


  • Registered Users Posts: 3,395 ✭✭✭Dinarius


    Here is someone using the same Koken template (Madison 2) as me.

    http://danalmasy.com/

    Curiously, of all the photographers on their page of Madison examples here> https://store.koken.me/themes/madison/examples he is the only one who has inserted buttons for Twitter etc., instead of words.

    Is it possible to tell how he did it?

    Thanks.

    D.


  • Moderators, Society & Culture Moderators Posts: 17,642 Mod ✭✭✭✭Graham


    Dinarius wrote: »
    Here is someone using the same Koken template (Madison 2) as me.

    http://danalmasy.com/

    Curiously, of all the photographers on their page of Madison examples here> https://store.koken.me/themes/madison/examples he is the only one who has inserted buttons for Twitter etc., instead of words.

    Is it possible to tell how he did it?

    Thanks.

    D.

    Nope

    Looking it Koken, it appears the only way to do it is to change the theme or change the page template.


Advertisement