-
-
Notifications
You must be signed in to change notification settings - Fork 620
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Auto posting to social media #143
Comments
An option: Zapier - RSS to Mastodon https://community.zapier.com/code-webhooks-52/rss-to-mastodon-19131
|
On Zapier forum link in prev comment:
better link https://lukas.io/autoposting-rss-to-mastodon |
I accomplished this with the webmentions netlify plugin and bridgy eleventyConfig.addGlobalData('isProductionBuild', process.env.NETLIFY && process.env.CONTEXT === 'production'); Since I'm scanning the feed each time I build, I need to include the mention inside the post content <div class="e-content">
<template webc:nokeep @raw="content"></template>
<a id="tldr"
webc:if="watch || isProductionBuild"
href="https://brid.gy/publish/mastodon"></a>
</div> |
If one wanted to auto post one's new screeds to say, Mastodon, how would one go about that?
I am looking for the equivalent to this in Eleventy land https://github.com/janboddez/share-on-mastodon
The text was updated successfully, but these errors were encountered: