Forum Replies Created

Viewing 5 replies - 16 through 20 (of 20 total)
  • Thread Starter Satish

    (@technotip)

    Hope we should register the user here ..

    register = function(os, token) {
            var baseUrl;
            baseUrl = 'http://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?

    Thread Starter Satish

    (@technotip)

    No worries ..figured it out.

    Thanks..

    Thread Starter Satish

    (@technotip)

    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.

    Thread Starter Satish

    (@technotip)

    I 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..

    Thread Starter Satish

    (@technotip)

    please any one help with this..

Viewing 5 replies - 16 through 20 (of 20 total)