technotip
Forum Replies Created
-
Forum: Plugins
In reply to: [Push Notifications for WordPress (Lite)] Push By CategoryHope we should register the user here ..
register = function(os, token) { var baseUrl; baseUrl = 'https://example.com/pnfw'; if (!baseUrl) { return $q.reject(); } return $http({ method: 'POST', url: baseUrl + '/register', headers: { 'Content-Type': 'application/x-www-form-urlencoded' }, transformRequest: function(obj) { var p, str; str = []; for (p in obj) { str.push(encodeURIComponent(p) + '=' + encodeURIComponent(obj[p])); } return str.join('&'); }, data: { os: os, token: token } }); };
token=device_id&os=iOS&id=3&exclude=true
where to add it? and we need to add multiple ids to the URL if the user wants to subscribe to multiple categories?Forum: Themes and Templates
In reply to: [Twenty Twelve] How to insert Mobile Content Ad Unit ?No worries ..figured it out.
Thanks..
Forum: Themes and Templates
In reply to: [Twenty Twelve] How to insert Mobile Content Ad Unit ?I’m simply using the standard Twenty-Twelve theme, and when I view my site via a cell phone it doesn’t show any of my standard adsense ads.
So for mobile devices, I want to show Mobile content ad units, but I’m not sure how to ad those ad units.
Mobile ad units code is in PHP. But when I include it inside a widget or directly into my theme it starts showing errors on my pages.
I’m not totally a beginner in programming. Infact, I’m a programmer myself and run a successful programming blog and I’ve problem with this programming site itself ;-P
Technotip.com
Click through and look at some individual pages and not just the homepage. There are some bunch of links on homepage and nothing else.Hope these details helps to analyze the things.
Forum: Plugins
In reply to: [EasyTube for Youtube & Vimeo] I want autoplay to be false – urgent helpI fixed it myself ..by modifying the plugin file..
Hope the plugin gets updated to HTML5 code.
If the author of the plugin is busy, I can take over(if permitted by author) and code it to HTML5 and re-release it to everyone.
Thanks..
Forum: Hacks
In reply to: Want to use the login/password of WP with my projectplease any one help with this..