Use cases
Can be used, for example, to show a link to a product facebook page, any other web page, or file available for download (like instructions in pdf format, etc.)
Setup
Example Usage
{% assign fburl = product.metafields.airf.fburl %}
{% if fburl and fburl != ' ' %}
<a href=”{{ fburl }}” target=”_blank”>See on Facebook!</a>
{% endif %}