You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to @-mention people from multiple different networks. Some will be Twitter, some will be Github, some will be Instagram, some will be MicroBlog.
Solution
This could either be done at least two different ways. One is per page / post -- e.g. jekyll-mentions: twitter.com, as mentioned elsewhere, as front matter.
But, I'd like it to be done identity centric. So, I can maintain a _data/mentions.json file that looks like this:
If the @-mention is not in this file, then the default global mention of twitter or whatever is used, otherwise the network defined is used.
In the example, I've also made a link item, rather than a network, to indicate that that @-mention goes directly to a link (so, "borismann" is wrapped in a link tag to that URL, without appending the @-mentioned name).
The text was updated successfully, but these errors were encountered:
@bmann with the work that is being done in here (#72) this enables you to set the base URL on a per-page basis, but not on a per-mentions basis. Until this becomes a feature, maybe that change can get you part of the way there.
Problem
I want to @-mention people from multiple different networks. Some will be Twitter, some will be Github, some will be Instagram, some will be MicroBlog.
Solution
This could either be done at least two different ways. One is per page / post -- e.g. jekyll-mentions: twitter.com, as mentioned elsewhere, as front matter.
But, I'd like it to be done identity centric. So, I can maintain a
_data/mentions.json
file that looks like this:If the @-mention is not in this file, then the default global mention of twitter or whatever is used, otherwise the network defined is used.
In the example, I've also made a link item, rather than a network, to indicate that that @-mention goes directly to a link (so, "borismann" is wrapped in a link tag to that URL, without appending the @-mentioned name).
The text was updated successfully, but these errors were encountered: