Postagens mais visitadas deste blog
Como colocar botão de Post Aleatório no Blogger
Recentemente eu coloquei aqui no Eu Te Explico um botão para ver post aleatórios basta clicar nele que ele ira jogar os dados trazer um excelente post. Resolvi então compartilhar com vocês como se faz para colocar este botão no blogger . primeiro copie todo este código: <div id="myLuckyPost"></div> <span id="preserve0494d138efe349cc96867b72108cbb45" class="wlWriterPreserve"><script type="text/javascript"> function showLucky(root){ var feed = root.feed; var entries = feed.entry || []; var entry = feed.entry[0]; for (var j = 0; j < entry.link.length; ++j){if (entry.link[j].rel == 'alternate'){window.location = entry.link[j].href;}}} function fetchLuck(luck){ script = document.createElement('script'); script.src = '/feeds/posts/summary?start-index='+luck+'&max-results=1&alt=json-in-script&callback=showLucky'; script.type = 'text/javascript'; document.getElementsByTa...
Como identificar se o site é criado em Joomla, Blogspot, Wordpress, Magento e Moodle, etc
Existem diversas formas de identificar se um site é criado em Joomla mas que implicam olhar para o código ou para o URL - CMS detector Detect web software, framework or CMS site que identifica o CMS, a versão PHP, o servidor e a framework utilizadas. - Podem ainda saber mais coisas utilizando um serviço complementar, o Fetcher: Analyze HTTP response headers "Fetch is your HTTP / HTML / SEO swiss army knife: It analyzes HTTP headers, scans and displays relevant content and provides a basic SEO overview. Fetch is a perfect tool for SEO analysis, troubleshooting connection issues, finding encoding issues, providing insight into what specific headers mean and much more." - Wappalyzer Wappalyzer - A browser add-on that uncovers the technologies used on websites Identify software on the websites you visit is a browser add-on that uncovers the technologies used on websites. It detects CMS and e-commerce systems, message boards,...
Comentários