add Open graph tag

webdesign

New member
Joined
Jul 5, 2012
Messages
232
Points
0
It depends on your website's structure thus you need to find suitable files for editting.
for example:
if you're using webforms. In a master page register the control:
Code:
<%@ Register src="~/Controls/Header.ascx" tagname="Header" tagprefix="ficu" %>
<%@ Register src="~/Controls/Footer.ascx" tagname="Footer" tagprefix="ficu" %>
And in the master page's body:
Code:
<ficu:Header ID="ficuHeader" runat="server" />
<ficu:Footer ID="ficuFooter" runat="server" />
or you can read references here for ways and create, include files in asp.net
 
Older threads
Latest threads
Replies
1
Views
114
Replies
0
Views
125
Replies
0
Views
174
Replies
5
Views
443
Recommended threads
Replies
2
Views
3,389
arorastat3456
Replies
3
Views
1,469
  • Locked
Replies
4
Views
3,662

Referral contests

Referral link for :

Sponsors

Popular tags

You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an alternative browser.

Top