DEV Community

Dan uk
Dan uk

Posted on

2 1

what is the best way to add a social media feed to your app .

hello
i want to add a small social media page with feed and posts onto a small community mobile app.which is the easiest open source that is also reliable ie it wont dissapear.im a non developer so pointers to developers who can intergrate an open source program would be appreciated

Top comments (1)

Collapse
 
joelbonetr profile image
JoelBonetR πŸ₯‡ β€’ β€’ Edited

If it's Twitter they have a JS SDK which is easy to use.
If it's anything else you need to register yourself in the developers site for each and ask for an API key.
Then tweak the permissions or implementation around this APIs with what you can reach.

So it's not possible to get an RRSS feed using open source nor for free (they are free unless you reach a certain amount of requests) and of course you need someone to code your implementation.

There are generic tools as plugins for wordpress and many others that lets you customise that but you'll need to register and set the API key at a minimum least.

Of course to get the API keys you'll need to set up a billing address and credit card just in case you surpass the free API quota or make use of "premium" features.

Best regards.

πŸ‘‹ Kindness is contagious

Explore a trove of insights in this engaging article, celebrated within our welcoming DEV Community. Developers from every background are invited to join and enhance our shared wisdom.

A genuine "thank you" can truly uplift someone’s day. Feel free to express your gratitude in the comments below!

On DEV, our collective exchange of knowledge lightens the road ahead and strengthens our community bonds. Found something valuable here? A small thank you to the author can make a big difference.

Okay