Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

315
Visualizações
How to write your own styles for RSS feeds

I've been using RSS.app to create the RSS feed for Instagram posts. I did customize the widgets through their website as close as I could but it's not there the way the client wants. So I thought of writing my custom CSS for the RSS feed.

So I guess my question is, is there any way I could write my own styles for that RSS feed. If not, then is there a website where I could generate and style the RSS feed according to my own liking.

The reason I'm using RSS.app is because it allows you to create a feed by using a public Instagram account without asking for credentials of clients' account.

Below is the customized RSS feed that I generated from their website. Here is a codeSandbox

<rssapp-wall id="FBJdgbQhIgkwCJp3"></rssapp-wall>
    <script
      src="https://widget.rss.app/v1/wall.js"
      type="text/javascript"
      async
    ></script>

And this is the design I'm hoping to create.

Please any help or suggestions would be appreciated. Thanks!

about 4 years ago · Juan Pablo Isaza
1 Respostas
Responde à pergunta

0

You could just use the API resource and build your own DOM, which might be simpler then hacking away at the dom generated by the web component.

<pre id="feed"></pre>
<script>
  fetch("https://rss.app/api/widget/wall/FBJdgbQhIgkwCJp3?")
    .then(res => res.json())
    .then(v => document.getElementById("feed").innerHTML = JSON.stringify(v,null,2)
  );
</script>

about 4 years ago · Juan Pablo Isaza Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda