Hello, my name is Ravi Sagar, I am the principal consultant and founder of Sparxsys Solutions. We are an Atlassian Consultancy company based in the UK, India and UAE. We help companies get the most out of Atlassian tools like Jira, Confluence, Bitbucket and we specialise in automation, integrations, Forge app development, ScriptRunner for Jira and Cloud migrations.
When reposting like on twitter, there is an option add additional text and that become a Quote Tweet. When using Monocle, repost happens instantly without asking for additional text. This is not an issue more like a feature request :) Thanks a lot.
You can post to twitter, receive likes, retweets and interact with further reply all without leaving your site. Let me give you a demo ;) #Indieweb #Twitter #Bridgy #Drupal
https://youtu.be/Q9pmk6e3Lsk
I am demonstrating how I can post (syndicate) my note from my site to twitter and also do further interactions without leaving my Drupal site. FYI I am using Indieweb Drupal module along with a service called Bridgy.
Interesting webinar in case you are wondering what Data Center applications can help you. You can learn about high availability, performance at scale and more. Click here to sign up.
So today I experienced some problems with the Indieweb module not able to like or repost on twitter. I tried to troubleshoot, checked all the configuration but could not figure out what is wrong.
I noticed that the Indieweb queue has 86 items which were not getting cleared. So I cleared the queue directly in the database and then tried to like and reply to twitter posts and it worked. Here is the way to clear the queue.
First check how many rows are returned.
drush sqlq "select count(*) from queue where name ='indieweb_webmention'"
Then perform the delete.
drush sqlq "delete from queue where name ='indieweb_webmention'"