Category: blog

Some WP codes

1) Workarounds for WPUF’s missing edit link! (button) https://developer.wordpress.org/reference/functions/get_the_id/ https://stackoverflow.com/questions/4893435/getting-the-wordpress-post-id-of-current-post https://rudrastyh.com/wordpress/get-post-id.html post-id: <a href=/dashboard/edit/?pid={return_post_id]>EDIT</a>{return_post_id]= for return_post_id to work you need the following code in the theme’s functions.php /* —– START —— */add_shortcode( ‘return_post_id’, ‘RRB_return_post_id’ );function RRB_return_post_id() {return get_the_ID();}/* —– END —– */ EDIT 2) Images -> VIDEO in lightbox! Plextube.nl link:https://plextube.nl/videos/embed/e530faba-8bd2-4818-b32c-2b64a20256ba?autoplay=1&title=0&warningTitle=0&p2p=0(can copy video code from Read more…

Julia program language

Visual Studio Code is a lightweight but powerful source code editor which runs on your desktop and is available for Windows, macOS and Linux. It comes with built-in support for JavaScript, TypeScript and Node.js and has a rich ecosystem of extensions for other languages and runtimes (such as C++, C#, Java, Python, PHP, Go, .NET). Read more…

Embed for PurplePower – tryouts

Iframe 01 code <script type=’text/javascript’ charset=’utf-8′> var iframe = document.createElement(‘iframe’); document.body.appendChild(iframe); iframe.src = ‘https://purplepower.is/wp-content/uploads/2021/11/pp-base02ROUND.jpg’; iframe.width = ‘320’; iframe.height = ‘190’; iframe.top = ‘0’; iframe.left = ‘0’; iframe.overflow = ‘hide’; iframe.link = ‘https://purplepower.is/videos/logo-and-embed/’; </script> Iframe 02 code <div id=”contentframe” style=”top: 160px; left: 0px;”> <iframe src=”http://stackoverflow.com” style=”height:100%;width:100%;position:absolute;top:0px;bottom:0px;”>&lt;/div&gt; </iframe> </div> Code references: https://stackoverflow.com/questions/15587823/iframe-positioning https://stackoverflow.com/questions/10210774/positioning-content-of-an-iframe-within-a-containing-div https://blog.theodo.com/2018/01/responsive-iframes-css-trick/ One problem… the Read more…

Links om te checken

Links https://rumble.com/user/DraNataliaPregoCancelo Reino Unido reporta 70.504 casos de efectos adversos de las vacunas Pfizer/BioNTech y AstraZeneca producidos entre el 9 de diciembre y el 24 de enero The Vaccine Adverse Event Reporting System (VAERS) America’s Frontline Doctors – Vaccine Information STOP MEDICAL DISCRIMINATION Avondklok blijft van kracht, hof schort vonnis rechter op small temp selection Read more…

Comments on social webs

  Rumble2021/01/24ALLES van The Great Reset is natuurijk BUBBEL op te vatten en kan geïnterpreteerd worden als alleen maar in hun voordeel of in het belang van de mensen/mensheid.Dat is een gevaar, want zo kunnen goede voorstellen in een kwaad daglicht komen te staan.Dat geldt natuurlijk voor UBI -> mét controle en condities of inderdaad Read more…

Brainstorm voor NN

Voor NN Operatief nu beter kunnen communiceren dan hier via Telegram (berichten alleen chronologisch achter elkaar…) website of platform of app… waar je berichten kan filteren, op onderwerp/categorie en/of per persoon of beide (tema/conversatie centreren)hoeft in feite niet veel anders dan Telegram hoor, die vorm als default is wel ook, maar gewoon erbij:– categorie (desnoods Read more…

WordPress Lightbox