Instagram badge

How to insert an Instagram badge on a Freeway page:

  1. Choose Markup Item from the Insert menu.
  2. Paste the following text into the Markup dialog, replacing NAME with your instagram account name

Instagram

Alternatively:

  1. Insert an HTML box on the page
  2. Use the Export panel of the Inspector palette to change the type from HTML to URL
  3. Paste the following text into the URL field: https://badges.instagram.com/static/images/ig-badge-32.png
  4. Paste “Instagram” in the Alt Text field
  5. Choose Hyperlink from the Edit menu, click on External, and paste "2023 (@NAME) • Instagram photos and videos, replacing NAME with your instagram account name

(This came up as a support question.)

Jeremy


freewaytalk mailing list
email@hidden
Update your subscriptions at:

Not sure how this behaves in email, but on the FreewayTalk website, all of the code is interpreted as real code by the browser, so half of what’s important is missing.

I think Jeremy means:
[a href=“https://instagram.com/NAME?ref=badge”][img src=”https://badges.instagram.com/static/images/ig-badge-32.png” alt=”Instagram” /][/a]

BUT replacing the [ and ] with the HTML angled brackets (which I won’t use here incase they get consumed).

On 10 Oct 2018, 7:51 pm, Jeremy Hughes wrote:

How to insert an Instagram badge on a Freeway page:

  1. Choose Markup Item from the Insert menu.
  2. Paste the following text into the Markup dialog, replacing NAME with your instagram account name

Alternatively:

  1. Insert an HTML box on the page
  2. Use the Export panel of the Inspector palette to change the type from HTML to URL
  3. Paste the following text into the URL field: https://badges.instagram.com/static/images/ig-badge-32.png
  4. Paste “Instagram” in the Alt Text field
  5. Choose Hyperlink from the Edit menu, click on External, and paste “https://instagram.com/NAME?ref=badge”, replacing NAME with your instagram account name

(This came up as a support question.)

Jeremy


freewaytalk mailing list
email@hidden
Update your subscriptions at:
https://freewaytalk.softpress.com/person/options

Thanks Paul!

Sorry I’ve only just seen this, but it seems that Gmail has been (haphazardly) putting (some) FreewayTalk emails into its spam folder…

Grrr…

HTML markup looks fine in emails, but I can see that it’s messed up in the browser view.

Is there a way to quote HTML code when emailing FreewayTalk?

Jeremy


freewaytalk mailing list
email@hidden
Update your subscriptions at:

To show HTML, you have a couple of options. One is to type four tildes in a row on a single line by themselves, then a return, then any amount of code, and then another line with four tildes.

<a href="https://instagram.com/NAME?ref=badge"><img src="https://badges.instagram.com/static/images/ig-badge-32.png" alt="Instagram" /></a>

You can also indent each line by four spaces, and that also makes a code block, but it’s not as predictable for all kinds of code.

~~~~
<a href="https://instagram.com/NAME?ref=badge"><img src="https://badges.instagram.com/static/images/ig-badge-32.png" alt="Instagram" /></a>
~~~~

There, I did it to show what the tildes look like when you are pasting in a block of code.

If you have a few words of code that you want to set off from the rest of a line of text, you can use the back-tick character ( ` ) on either side of the word or words. The back-tick must touch the words it is denoting, there cannot be any spaces between the word or words and the back-tick on either side. Again, using the spaces trick, heres what that would look like:

`these words will be marked as code`

Or in a sentence: these words will be marked as code, but the rest will not.

This is all using Markdown syntax, with the PHP Markdown Extra plugin from Michel Fortin. Read more about Markdown at John Gruber’s site.

Walter


freewaytalk mailing list
email@hidden
Update your subscriptions at:

Thanks Walter!

Here’s my original post again, using tildes:

How to insert an Instagram badge on a Freeway page:

  1. Choose Markup Item from the Insert menu.
  2. Paste the following text into the Markup dialog, replacing NAME with your instagram account name
<a href="https://instagram.com/NAME?ref=badge"><img src="https://badges.instagram.com/static/images/ig-badge-32.png" alt="Instagram" /></a>

Alternatively:

  1. Insert an HTML box on the page
  2. Use the Export panel of the Inspector palette to change the type from HTML to URL
  3. Paste the following text into the URL field: https://badges.instagram.com/static/images/ig-badge-32.png
  4. Paste “Instagram” in the Alt Text field
  5. Choose Hyperlink from the Edit menu, click on External, and paste "2023 (@NAME) • Instagram photos and videos, replacing NAME with your instagram account name

(This came up as a support question.)

Jeremy


freewaytalk mailing list
email@hidden
Update your subscriptions at: