• Home
  • Archive
  • Tools
  • Contact Us

The Customize Windows

Technology Journal

  • Cloud Computing
  • Computer
  • Digital Photography
  • Windows 7
  • Archive
  • Cloud Computing
  • Virtualization
  • Computer and Internet
  • Digital Photography
  • Android
  • Sysadmin
  • Electronics
  • Big Data
  • Virtualization
  • Downloads
  • Web Development
  • Apple
  • Android
Advertisement
You are here:Home » Create external links with an icon beside like Wikipedia

By Abhishek Ghosh April 10, 2011 5:20 pm Updated on October 17, 2014

Create external links with an icon beside like Wikipedia

Advertisement

External links, that is to say the links that point to different sites from that of current site, should be reported properly as recommended by the W3C. This provides useful information to visitors while reading an article. Unfortunately this system is rarely implemented. The only known site that uses it is Wikipedia with a small icon:

 

securitygarden on Wikipedia

Corrine's Security Garden is shown as external link in Wikipedia

 

In the above screenshot from Wikipedia reference, you can see respected Corrine’s blog as well as other external links are shown with typical icon beside each links.

 

 

This little trick is easily implemented using CSS rules. To begin we must add two properties to the CSS rule for hyperlinks:

Advertisement

---

a{background:url("<span style="color: #ff0000;">external.png</span>") no-repeat scroll right top transparent;padding:0 13px 0 0;}

Nothing more simple, we add here an icon that is named external.png in the background of all the links. The padding is to shift the text in relation to the icon so they do not overlap.

Just now cancel the same rule for links that are not actually external links using attribute selectors in CSS:

a{background:url("<span style="color: #ff0000;">external.png</span>") no-repeat scroll right top transparent;padding:0 13px 0 0;}a[href*="<span style="color: #ff0000;">blogname</span>"]{padding: 0;background: none;}

The second rule allows to specify new properties to links that contain the href attribute in the domain of our site. Here we remove the padding and background image. Texts made red should be changed.

Resource icons for external links

 

Right click to save them:

 

external_link_iconicon_external_linkIcon_External_Linkicon_external_link_on

Note: Some are gif images, so remember to change both the name and extension in your CSS code.

 

Using external links with an icon for single page or post using span

 

As like our previous post, we can use the method for a single post or link too. But, the image must be in images folder of the current theme (to insert the URI path without http). The code becomes big though!

 

Is there WordPress plugin available?

 

Sure. WP External Links can handle and add icons.

 

Signature
Facebook Twitter Pinterest

Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Surgeon, Author and Blogger. You can keep touch with him on Twitter - @AbhishekCTRL.

Here’s what we’ve got for you which might like :

Articles Related to Create external links with an icon beside like Wikipedia

  • Nginx WordPress Installation Guide (All Steps)

    This is a Full Nginx WordPress Installation Guide With All the Steps, Including Some Optimization and Setup Which is Compatible With WordPress DOT ORG Example Settings For Nginx.

  • Changing Data With cURL for OpenStack Swift (HP Cloud CDN)

    Changing Data With cURL For Object is Quite Easy in OpenStack Swift. Here Are Examples With HP Cloud CDN To Make it Clear. Official Examples Are Bad.

  • OpenShift OctoPress Auto install Script

    OpenShift OctoPress Auto install Script is an Advanced Script to Run OctoPress on Free OpenShift PaaS Practically Without Any Knowing Ruby or Git.

  • Remove Junks From WordPress Header

    Remove RSD Link, RSS Feed, WordPress version, Version of Scripts & All Possible Junks From WordPress Header. Create Own Head & Shoulder Plugin.

performing a search on this website can help you. Also, we have YouTube Videos.

Take The Conversation Further ...

We'd love to know your thoughts on this article.
Meet the Author over on Twitter to join the conversation right now!

If you want to Advertise on our Article or want a Sponsored Article, you are invited to Contact us.

Contact Us

Comments

  1. AvatarCorrine says

    April 10, 2011 at 7:42 pm

    Thank you for the kind words.

Subscribe To Our Free Newsletter

Get new posts by email:

Please Confirm the Subscription When Approval Email Will Arrive in Your Email Inbox as Second Step.

Search this website…

 

Popular Articles

Our Homepage is best place to find popular articles!

Here Are Some Good to Read Articles :

  • Cloud Computing Service Models
  • What is Cloud Computing?
  • Cloud Computing and Social Networks in Mobile Space
  • ARM Processor Architecture
  • What Camera Mode to Choose
  • Indispensable MySQL queries for custom fields in WordPress
  • Windows 7 Speech Recognition Scripting Related Tutorials

Social Networks

  • Pinterest (24.3K Followers)
  • Twitter (5.8k Followers)
  • Facebook (5.7k Followers)
  • LinkedIn (3.7k Followers)
  • YouTube (1.3k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • Affordable Earphone/IEM for Audiophiles: HiFiMan RE-400 WaterlineOctober 2, 2023
  • What is Hardware Security Module (HSM)September 30, 2023
  • Transducer Technologies of HeadphonesSeptember 28, 2023
  • What is Analog-to-Digital Converter (ADC)September 27, 2023
  • Comparison of Tube Amplifiers and SemiconductorsSeptember 26, 2023
PC users can consult Corrine Chorney for Security.

Want to know more about us?

Read Notability and Mentions & Our Setup.

Copyright © 2023 - The Customize Windows | dESIGNed by The Customize Windows

Copyright  · Privacy Policy  · Advertising Policy  · Terms of Service  · Refund Policy