Skip to content
Grav 2.0 is officially stable. Read the announcement →

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

Plugins

Is there a plugin that allows sharing of a new blog post via social media?

plugins

Started by Luke Davis 6 years ago · 4 replies · 1036 views
6 years ago

I looked for another thread that might have asked the same thing but couldn't find one.

Like Wordpress has Jetpack for automatic blog post sharing via Twitter and Facebook, does Grav have something similar with a plugin? Or is there a best alternative way to do it?

6 years ago

@lukealexdavis, You may try searching on https://getgrav.org/downloads/plugins and see if there is one...

If you are using Admin to create your posts, you could build a plugin that uploads a new post to Twitterer/FB when the post gets saved. If you are not using Admin, AFAIK there is no 'event' you could listen too to trigger a plugin to do the upload, which makes the logic a bit more complicated.

6 years ago

I already looked through the plugins but couldn't find one.

I'm also not knowledgeable enough to create my own so I guess I'll wait to see if anyone else does it.

6 years ago

Using the Add Page by Form Plugin you can create blog posts from the frontend. After the page with the blog post has been created the plugin fires a “onAddPageByFormPluginAfterPageSave” event. As @pamtbaau wrote another plugin could act upon that event and pass the post on.

And remember, knowledge is something you can gain 😉

6 years ago

To add to my previous comment...

A plugin could respond to event onPageContentProcessed. This event is only called when a page is not yet cached after creation or update. The event is fired, whether the update is made by Admin, text editor or anything else.

last edited 08/14/20 by pamtbaau

Suggested topics

Topic Participants Replies Views Activity
Plugins · by Rene, 1 week ago
2 49 1 week ago
Plugins · by Xavier, 4 weeks ago
2 57 4 weeks ago
Plugins · by Luka Prinčič, 7 years ago
3 1184 1 month ago
Plugins · by Sebastian van de Meer, 1 month ago
1 50 1 month ago
Plugins · by PIERROT Alain, 2 months ago
3 75 2 months ago