how to add google +1 button using asp MVC 4 and add in internet application
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
First of all: https://developers.google.com/+/plugins/+1button/
Adding a Google +1 button doesn’t have much to do with MVC 4 per se, but a potential implementation looks something like this:
In View/Partial View
In _Layout.cshtml corresponding to the View
Note that you might load this script conditionally, place it within a
@section, etc.