SocialLinks – WordPress Plugin


Sociallinks is a wordpress plugin that provides social icons to display on your page, it also adds the share on to single pages. This plugin was created to add icons for media sites that others like fontawesome will not create icons for due to political stuff. You can download the files here https://github.com/wheelert/ww-SimpleSocialLinks

RumbleFeed


Rumble feed is a WordPress plugin that will pull the first page of rumble videos from a rumble channel and display it on your website using a shortcode. https://github.com/wheelert/RumbleFeed Once the plugin is installed you will have a RumbleFeed menu located under appearance->rumblefeed add the short code to a page and it will display like

Powershell Profile


Some custom Powershell scripts and settings I like to have available for all Powershell sessions. To do this I add the following to my Powershell profile so it loads all scripts in a directory when opening. First create a directory to store the script files. I use c:\users\<USER>\ProfileScripts now add your scripts to that directory.