Get all pins from Pinterest.com - pinterest

We are working on a website (php) , in which the loginned user view their pins and add to the site.
For getting the user pins we are using rss feed (pinterest.com//feed.rss), but it is retrieving only 25 pins and we need all the pin from pinterest for that user.
So please suggest us that how to do this ?
Thanks
Rgds
Sanjay Shekhawat

Related

I want to add CAPTCHA on shoppingcart.asp as well one-page-checkout.asp page in Volusion, can anybody help me how to do this? Thanks

My client has ecommerce store on Volusion and he is getting so many fake orders and now I want to add CAPTCHA before user login on shoppincart.asp page or one-page-checkout.asp page (before place order button).
My client website is www.featherstore.com
I already contacted Volusion support and they don't have any specific answer about this problem and just suggesting to take their serivce or get this done by their partner.
You can use google captcha for this :
Google reCaptcha
It is easy to use... You can find out the code how to put it. You just have to get one Public Key & Private Key for specific domain.
It's under the design menu in the admin panel, Hover over design, then click on articles.
Once on articles change display mode to list, and find one-page-checkout.asp and shoppingcart.asp click edit and add your code.
For reference use see:
Volusion File Editor Support
One Page Checkout and Advanced Shopping Cart Functionality in Volusion

Protect joomla article with password

I have a joomla 1.5.21 website for a friend, he created a selling page for a program...and he wants to protect the page of the program , and send the password to everyone who purchases it.
So I've downloaded the contentPassword Plugin, and put the code : {password pass="123"} in the page I want protect.
When entering the page..the page asks me to enter password, but when I insert password, (123) it doesn't open the page.
My question is : is there someone whose familiar with this plugin? or is there any other better method that will save me more time?
thank you in advance
You could try Mighty Membership. It limits access to articles, modules, components etc. Users can pay for a subscription which will allow them access to a specific article. You can also limit the amount of times they can view the page, so once they've paid, they can view the page once to download the software then it will be restricted again.
I've just used this to make a basic subscription only video site and it's pretty good.
Sadly it's not free though.
I really don't like to install plugins if it's not necessary. In your case I would add to the beginning of the article the following php code:
<?php
$protect = $_GET['prot'];
if ($protect != 'xR5dL0Nj76H'){
//get out of here if you don't send the correct GET parameter...
header('Location: http://www.google.com/');
}
//echo "logged in successfully!";
?>
and of course you'll have to send the users to the article with the GET parameter: &prot=xR5dL0Nj76H (its equivalent to have a shared password to all the users - like you describe)

How to find which admin user posted the product?

Currently Im working on a magento project and it have a plugin developed by another team. This project have merchant logins also. But the issue I am facing now is. When I add a product from merchant panel, it is not getting displayed in his product list. It is shown in admin product list. I want to track down what userid is entering corresponding to that record inserting from merchant login.
In which table I have look? After searching a lot I believe they are not storing any userid corresponding to each product. But I am not sure about that. How can I confirm that?
Please help me
Thanks in advance
There is no such functionality in magento admin, as far as I know. But you can write your own module to controller_action_predispatch or to core_abstract_model_save_after(or something like this) events. And you will be able to see who did what.
UPDATE 1
If I am right, meaning this is not implemented, then you should your own custom logging module.
Module should use Observer functionality. If you want particullarly catch the product save, then you should catch the events of product saving.
here.
To compare product data you can see an example here.
Well to get current user you can read this example.
Moreover in case it is not enough, you may watch here, something might be interestring for you.

Can't get comments to display correctly and comments not showing in moderation tool

I'm setting up Facebook comments on a WordPress blog. I have specific requirements so I can't use the Wordpres plugins for this.
Problem now is I can't get the FB comments to show comment count or to show the comments in the FB moderation dashboard.
Attached is how the comment box is coming out
I used this Facebook page for instructions setting the FB comments: https://developers.facebook.com/docs/reference/plugins/comments/
Created new app and have App ID. Have the 2 FB meta tags for App ID and Admin in the header. used the settings in the picture below. The first just under the and the other in the comments.php file.
Where am I going wrong?
I was able to resolve the first of my issues. To make the comment count (the noe that has a drop down option to sort comments) show, reduced the number of default number of posts (data-num-posts="2" from the 15 I had put to the default 2.
Still don't have anything in my moderation panel though

Adding products to Google Base/Content in Magento?

I've been trying to add the products in my Magento store to Google's product search for the last day. I was using the built-in Google base, then found that that 'API' was retired a month or two ago and that the Magento Connect 'Google Content' plugin is what I should be using.
Having installed that, when I then try and add products to Google Content all I ever get is:
"Captcha confirmation error." (I'm typing the captcha correctly).
I've mapped all the required attributes accordingly and all my Google merchant account settings as they should be in Magento's configuration.
Couldn't find anyone with the same issue via Google or Stackexchange, but hopefully someone will have an idea for as to where to start troubleshooting! I've tried adding individual products, not just the whole lot...
Ideas?
Install this extension :
http://www.magentocommerce.com/magento-connect/Magento+Core/extension/6887/mage_googleshopping
From Mage Core team
I've just managed to solve our problem, in the settings for Google API there is an 'Account Type' dropdown, I've set this to google and now the CAPTCHA problem isn't tripping things up and it's submitting product to our merchant account.
log into your google account then put this in the address bar:
https://accounts.google.com/DisplayUnlockCaptcha

Resources