3.5mm line-in port for audio input from smartphones and tablets
Simply plug the Kitsound MyFM2 Bluetooth to FM Transmitter into your car’s 12/24V socket and connect wirelessly to your Bluetooth enabled device to listen to all your favourite tracks through your car radio. All you have to do is change your FM radio frequency to an empty station and match the frequency on the MyFM2 to start listening. Nothing else is needed to get the MyFM2 working, just plug and play – it really is that simple. Thanks to the impressive voice detection you can take calls handsfree as you drive, and the built-in LCD screen means that you can easily see what you’re listening to. We’ve even added a USB port so you can charge up your smartphone.
/* To use this, add the entire script below as a Custom HTML tag in GTM that fires on every page. Wrap the entire script in plain script tags. Fire the tag on every page.
*/
// Update this block of variables with your information.
var entityName = "Halfords";
var entityType = "Organization"
var machineId = "/m/07h56x ";
var wikipedia = "https://en.wikipedia.org/wiki/Halfords";
var sameAsHTML = "" +
entityName +
"" +
(wikipedia.length != 0 ? "":"");
var regExNameSearch = new RegExp(entityName,"g");
// By default, this adds the MREID link to all brand-mentions in P tags. If you want to expand the scope, add other tag names seperated by commas within find().
jQuery(document).ready(function(){
jQuery("body").find("p").each(function() {
jQuery(this).html(jQuery(this).html().replace(regExNameSearch,sameAsHTML));
});
});