Hello it turns out that I have the doubt of how to get the url of any post published using the feeds I have the following code but it does not give the result I need.
<script type='text/javascript'>
//<![CDATA[
var post = src='/feeds/posts/default?published&alt=json-in-script&callback=labelthumbs&max-results=3'
var direcciones = new Array(
"post"
)
function enlaceAleatorio(){
aleat=Math.random()*direcciones.length;aleat=Math.floor(aleat);return direcciones[aleat]}
//]]></script>
<a href='enlaceAleatorio();'>Navegar</a>
I'm looking for some way to get a random link out of the feeds.
Without it being the feeds. example: http://miblogs.com/feeds/posts/default