ACF :: Hyperlink

ACFCP add-on that converts values of an ad (or profile) custom field into a fully customizable hyperlink.

Each field takes the following parameters provided by plugin:

  1. Activate Hyperlink – Activates Hyperlink for certain field. If disabled, Hyperlink will not be generated.
  2. Title – The title attribute. Specifies extra information about an element. The information is most often shown as a tooltip text when the mouse moves over the element.
  3. URI Scheme (URL protocol) – URI scheme is the top level of the uniform resource identifier (URI) naming structure. You can choose any registered scheme (tel, skype, data, ftp, file, mailto, bitcoin, …..). Read more about URI Schemes. For http or https protocols no need enter. But required for others.For example if you use it for Phone field – you can make it callable. Just enter “tel” in “URI Scheme” text box and try in front end with mobile device. You mobile phone will try to call to number equal you field value.Or another example:  Enter “skype” and try in frontend on desktop device. Your browser will ask about launch Skype to call  to number equal your field value.
  4. Custom Domain  – Allows to add additional domain before value in the link address. For example, you can use it for Twitter and Facebook account links. Where field value is plain text “user_name”, and Domain value is facebook.com/.In result you get link:
    http://facebook.com/user_name/
  5. Field Value  – Allows to modify URL. If empty – URL will not modified. Can be used certain field value in format {field_name} and own value in format {value}. Can cover “Custom Domain” and “Variables” parameters.
  6. Variables – Allows to add parameters to the URL.For example simple URL to ClassiPress theme:
    http://www.appthemes.com/themes/classipress/

    If you enter to “Variables” text box something like “aid=13354” – you get in result my AT affiliate link to ClassipPress :

    http://www.appthemes.com/themes/classipress/?aid=13354

    Can be used certain field value in format {field_name} and own value in format {value}.

    For example if some variable value stored in another field (cp_affiliate_id) – “Variables” property should be aid={cp_affiliate_id}.

  7. Relationship – The rel attribute. Specifies the relationship between the current document and the linked document (nofollow, noreferrer, author).
  8. Target – The target attribute. Specifies where to open the linked document (_blank, ….).
  9. Content – Html content, which users will see on page (for ex. “Site Name”). Can be used certain field value in format {field_name} and own value in format {value}. If empty, content will equal the link address.

HTML Generation Scheme:

&lt;a title="<code>Title</code>" href="<code>URI Scheme</code>://<code>Custom Domain</code>/<code>Field Value</code>/?<code>Variables</code>" target="<code>Target</code>" rel="<code>Relationship</code>"&gt;<code>Content</code>&lt;/a&gt;

Thus, you can add links with different formats for different actions, such as:

  • Callable phone number for mobile devices ( Call now +800000000 ) or for Skype
  • Web Sites with Name inherited from other field ( Example Web Site )
  • Add variables to URL for participation in affiliate programs ( Affiliate Link )
  • Bitcoin donation buttons
  • PayPal donation buttons
  • And more….

Requires ACFCP 2.3+, ClassiPress 3.2+  WordPress 3.0+.

Like
4 people like this.

Manual Installation:

  1. Be sure, you have installed ACFCP plugin version 2.3 or newer
  2. Download the Plugin zip file acf-hyperlink.zip
  3. Open WP Admin dashboard -> Plugins -> Add new -> Upload
  4. Upload and activate the Plugin from Plugins page.
  5. Find the menu “ClassiPress” on the WordPress administration page. Select the lower point “ACF options” -> “Ad fields” (or “Profile fields”) -> sub tab “Hyperlink” and proceed to configure fields.

Manual Update:

  1. Deactivate and Delete installed plugin from plugins page
  2. Repeat all steps from manual install (see above)

Or Use AppThemes Updater Plugin

 

Localization:

Language Packs are located in the folder /wp-content/plugins/acf-hyperlink/languages/

Installing Language Packs:

  1. Open folder /wp-content/plugins/acf-hyperlink/languages/
  2. Find Pack file for your language with name acf-hyperlink-[LANGUAGE CODE]_[COUNTRY CODE].mo*.
    See the complete list of language codes and country codes to find your exact locale.
  3. Copy this file to WordPress common localization folder /wp-content/languages/plugins/
  4. Open “ACF Options” page and start to work with plugin.

* Note: If a language pack doesn’t exist for your language, you’ll have to create it yourself. AppThemes “How to Translate a WordPress Theme” tutorial will explain how to do it.

If you have translated plugin yourself, you can contact me and send the language pack. I’ll include your files in the plugin package for further uses.

Support Policy

From February 2015, support will only be available via email from our email address .

Before you email us, please make sure you have browsed/searched through product forum for the answer to your question, and have read through the Support FAQs below:

Support FAQs

  • What kind of support is offered with a purchased product?
    Your product purchase includes one year of access to premium support via email and one year or free updates. Beyond that, you will need to renew your subscription year on year for around 30% of the product price. Support covers issues such as bug fixes (if any) under normal operation, how to use basic product features, very basic WordPress help, and help with very basic theme customisaton. If you need more advanced modifications please consider hiring a developer to do it for you.
  • Will you provide help with small modifications?
    If you need to do small modifications, you may get help from us as long as they are reasonable in number and nature. If you have a lot of such modifications, please consider paid developer help.
  • What kind of help would be unreasonable to ask?
    This is not an easy question to answer. We are here to ensure that the product you purchased works as intended by us and serves its purpose on your website. That means if it doesn’t work for you, we can step in and help you with it. However, it is when there are no issues with the functioning of the product and all you want is help with modification, that demands start getting unreasonable.
    As mentioned before, we don’t mind helping with modifications, but we also expect you to have tried everything to do it yourself. In other words, we expect you to have tried all the settings in your theme, ensured that the issue relates to the product in question, searched through legacy product support forum, and looked around on Google for the answer to your questions before approaching us. Please bear in mind that one theme, one child theme and a few plugins can get you only so far, and you will probably need to make changes to the code of your website to add functionality, change design and personalise it. In case of too many modifications, we will politely ask you to seek paid help.
  • I am using one of your child themes. I am having an issue with it.
    Please make sure the issue is really with the child theme by activating the parent theme and checking if the problem gets solved. Also please make sure you have tested all the settings in parent theme and child theme, sometimes the answer is right in there! Send us an email if the issue still persists.
  • I am using one of your child themes. I need help with customisation.
    As a pre-requisite, you are going to need a basic understanding of HTML & CSS to start customising the layout and style of your theme. To dig deeper PHP knowledge, specifically to WordPress, will help as well. The WordPress Codex is a great place to start learning. For CSS changes related to text colour, background colour, fonts, etc, please consider using the Firebug extension. A simple Google search returns many good text/video tutorials.
  • Do you offer paid WordPress development services?
    Yes we do depending on our work schedule. You can always run your requirements by us via email.

1.2.1 – 17/09/2015

  • Fixed issues with filters being applied under popular and random tab

1.0 – 14/06/2013

  • release

4 reviews of “ACF :: Hyperlink

4 stars
Useful and price worthy
By -

Hyper Link works as it should although because of the main plugin ACF, it lacks integration compatibility with child-themes, unfortunately the support system (done through developers’ support email) is not reliable and one can only hope to get a response once every full moon.

As for the plugin functionalities, it can use some updates considering the last release dates back from 2015:
Missing new relationship values declared by Google back in 2019 such as “sponsored” and “ugc” (flagged it in the Comments section)

Feature requests:
1. Allow “icon/image” association to the generated hyperlink field
2. Allow manual integration of the generated hyper link within the theme’s template or other pages (Embed code or shortcode generator)

5 stars
very nice
By -

very powerfull and nice !!
congratulations and thank u !!

Like
Anonymous likes this.
5 stars
Excellent plugin
By -

Exceeded my expectations.
O support the author 5 stars.

5 stars
how to save the facebookico and twitterico?
By -

Hello dikiyforester!
I installed the “ACF Hyperlink” in my ClassiPress It’s very cool! Congratulations!

I want expose the user “website” by ACF Hyperlink. The same thing for “facebook” and “twitter”. But, how to save the facebookico and twitterico?

It’s possible on ACF Hyperlink?

Grateful

Like
2 people like this.
You need to purchase this item before reviewing it.
(Just bought it? Log out and back in to enable reviews.)

 Comments (23)

  • zeekzeek

    would this be available in the future for Vantage? My goal was to have a phone number field or custom field generate a hyperlink or create a WordPress tag.

    Like
    tumdis likes this.
  • dikiyforester

    Hello!

    When ACF for Vantage will finished, ACF::Hyperlink addon will be compatible.
    But first, you’ll need to make sure that this page contains compatibility version tag for Vantage!!!

    ACF for Vantage will be finished in a week, but there will be two limitations:
    1) ACF for Vantage Initial release will support only Extra Profile fields. And will wait some changes in Vantage core, which will available in coming Vantage version.

    2) Support of Listing fields will implemented in future, since it requires complex changes in Vantage core.

    Like
    Anonymous likes this.
    • odddic

      Please….please….let me know if you do ACF for jobroller.
      It will be important for me to make my jobroller powerful.

      I pray for you to have a lot power to finish ACF for all appthemes’ theme 🙂

      I’ll be the first pay it.

      Thanks & regards,
      odddic

      Like
      2 people like this.
  • margothuijbregts

    With this plugin, can I also let users pay for example a company website link ? Something like the featured option, but then for the company website link.

    Like
    Anonymous likes this.
    • dikiyforester

      Hello!

      Sorry, you can not let users pay with this plugin. But you can use CP Membership Packs. So if user purchased Membership – he can see company website link, others – not.

      Like
      3 people like this.
  • mouradbouikni

    is there a demo site

    Like
    Anonymous likes this.
  • montrealsecret

    I am trying to install the ACF :: Hyperlink. I have put it in the plugin folder of wordpress and activated it but it would not show up at all in my admin panel.

    Let me know if there is something else i need to do.

    Thank you

    Like
    Anonymous likes this.
    • dikiyforester

      Hello!

      Thank you for purchase!

      Please, make sure that you’ve installed and activated “Advanced Custom Fields for ClassiPress” plugin. T
      hen open menu “ClassiPress” -> “ACF Options” -> “Profile Fields” (or “Ad Fields”) tab -> “Hyperlinks” subtab

      There you’ll find Hyperlinks options

      Best Regards!

      Like
      2 people like this.
      • montrealsecret

        Thank you I figured it out however before I installed the plugin I managed to hide the user name and the time the post was sent from Loop ad top I want to do the same thing with ACF but the fields does not show in the menu is there a way I can do that again

      • montrealsecret

        Or with ACF is there a way to modify the original fields and choose to display or not display them. Or is there a way to manually modify some setting without ACF overriding them

        Like
        Anonymous likes this.
  • flaviot7

    Bought two plugins and can no longer supported. Do not recommend.

  • vbigdeli

    Can your plugin hides phone numbers and emails from guest users and show to them when they click on the phone or email ?

    I want to protect my users email addresses and phones numbers from spammers and looking for a plugin to show this info only by clicking on them.

    Like
    3 people like this.
    • author
      mohsinoffline

      No, it can’t. You can hide it from guest users using ACFCP, but then they will need to login to see. It’s a good idea for a future version though.

      Like
      2 people like this.
      • vbigdeli

        I hope to see this feature soon.

        Like
        4 people like this.
  • fr_mauricio

    Hello mohsin,

    I have to update my ClassiPress 3.4.1 to 3.5.1.

    ACF :: Hyperlink Plugin is what your plugin is ready for ClassiPress 3.5.1 ????

    Thanks for your answer.

  • fr_mauricio

    Hello everyone, After my upgrade I have not had a problem with ClassiPress 3.5.1.

    Too bad there is not more to this excellent tutorial plugins

    Mauricio

  • nikolas

    Bought the plugin it does not work ACF::Hyperlink

    • author
      Mohsin

      Hi Nikolas,
      can you please send the url and backend admin access by email so I can see why it’s not working !

  • buddhan

    Hello Mohsin, is this plugin up to date and compatible with the new CP version ???

  • Fanatic Web

    Hi Mohsin,

    I just purchased your plugin yesterday, I’m shocked to see that it’s not updated based on Google’s guidelines as of 2019 as seen here: https://developers.google.com/search/blog/2019/09/evolving-nofollow-new-ways-to-identify

    Can you please please update the Relationship options to reflect on those 2 new ones? UGC might be the dominant option considering most posts are User Generated links.

    rel=”sponsored”: Use the sponsored attribute to identify links on your site that were created as part of advertisements, sponsorships or other compensation agreements.

    rel=”ugc”: UGC stands for User Generated Content, and the ugc attribute value is recommended for links within user generated content, such as comments and forum posts.

    • author
      Mohsin

      sorry for my absence, I am going to see that and fix it

      Like
      Fanatic Web likes this.
  • rguenoun

    Hi Mohsin,

    I want a custom field value to link to a specific page on my site. Is that possible with this plugin?

Leave a Reply to dikiyforester Cancel reply

More by mohsinoffline

FlatPage

A responsive, elegant, flat design child theme for Vantage.


(7)
$39

Slider Ultimate

A unique featured ads slider for ClassiPress.


(17)
$19

Better Sitemaps for Clipper

Show Unreliable Coupons on Sitemaps by Yoast and All in One SEO Plugins


(3)
$10