Nirmal Khedkar
Nirmal Khedkar

Reputation: 139

HTTP Requests when article is added to Jekyll blog

I need to send a HTTP request every time I add an article to my Jekyll blog. What is the best means to achieve this?

Specifically, I wish to be able to add posts on my social media (Twitter,Facebook,Instagram,LinkedIn) every time I add a blog to my website. I felt that IFTTT best suites my needs, but if there are other free alternatives, then Im open for a change.

Upvotes: 0

Views: 190

Answers (1)

Mr. Hugo
Mr. Hugo

Reputation: 12590

How to add an HTTP request after an article is added to a Jekyll blog?

There are three options.

  1. Let a service watch your RSS feed, like IFTTT or Zapier.
  2. Write a plugin that does this for you on build time.
  3. Call the URL manually after you post your blog.

Upvotes: -2

Related Questions