Facebook moderator in SharePoint 2013 Blog commenting.

Hi,
 I was able to put Facebook commenting in SharePoint 2013 blog but i was not able to see moderator view when i add meta tags in head with my facebook user id.
<meta property="fb:admins" content="{YOUR_FACEBOOK_USER_ID}"/>
is there something extra we need to configure to see moderator view in SharePoint 2013.
Thanks,
M.M

Hi,
According to your post, my understanding is that you could not able to see the moderator view using the Facebook comments plugin.
You can check with the below meta tag in the header section:
<meta property="fb:app_id" content="{YOUR_APP_ID}">
This will give administrators of your application in-line access 
http://stackoverflow.com/questions/7797660/facebook-comment-moderation-tool
http://stackoverflow.com/questions/19050121/how-can-i-moderate-facebook-comments-posted-in-my-website
what’s more, as the issue is related to the Social Plugins, if the issue still occurs, you can post your question in the following site.
https://developers.facebook.com/support/
More experts will assist you, then you will get more information relation to Facebook comments.
Thank you for your understanding and support.
Thanks & Regards,
Jason
Jason Guo
TechNet Community Support

Similar Messages

  • SharePoint 2013 Blog Site or Discussion LIst - Comment on a Comment

    Hi,
    Quick question.  Is anyone aware of a plug-in or feature or new blog add-in for SP 2013 that allows "comments on comments".   From what I can tell in the blog site and discussion list, you can only comment on the original comment. 
    You cannot comment on someone else's comment as in a tiered fashion. 
    Any ideas?
    Thanks!
    Thanks! Patti N.

    Hi,
    According to your post, my understanding is that you want to be able to comment on someone else’s comments displayed in a hierarchical structure.
    In SharePoint 2013, it’s by default that the Discussion Board list’s replies are in the “Flat” view, and it won’t display the replies in a hierarchical structure.
    However, the Discussion Board list have another default view is the “Threaded” view, and it can display replies in a hierarchical structure.
    Therefore, I recommend that you can directly modify the default view of the Discussion Board list’s replies to the “Threaded” view to achieve your requirement.
    For SharePoint 2013 Blog site, as a workaround, I suggest that you also can create a Discussion Board list into it to implement this function.
    Best Regards,
    Yumi Fu

  • Display count for each category in sharePoint 2013 blog site

    Hi,
    I have added category list in the left side as web part in SharePoint 2013 blog site.
    Here i want to show the count for each category. And on clicking on the category, it should show the blog posts related to that category.
    Is there any way to do this.
    Please help.
    Thank you.

    Hi Aditi,
    To show item counts on a list, you might need to query the list by title in the navigation menu and retrieve item count in the list, then use CSS to add the number to navigation menu. You need to use Client Object Model and JQuery.
    Here are similar issues:
    http://sharepoint.stackexchange.com/questions/5477/getting-a-count-of-list-items-in-a-list-via-ecmascript
    http://sharepoint.stackexchange.com/questions/18050/how-do-i-get-the-number-of-items-in-a-list
    Regards,
    Rebecca Tu
    TechNet Community Support

  • How to hide username in comments section of sharepoint 2013 blog page

    I have a blog page in SharePoint 2013. In that, in the comments section, i have to hide the username of the person who posted the comment.
    I also have to hide it from the page source, hence i cannot use css. Please suggest some solution,if possible using xslt.

    Open the blog.xsl file which is located in "/_layouts/XSL/blog.xsl"
    For safe side take the back up of blog.xsl file and open it and find the below div
    <div class="ms-PostFooter">
    <!-- For the author field, render it using the span style and preceed it with the word "by"-->
    <span class="ms-postfootercolor"><xsl:value-of select="$thisNode/../@resource.wss.ByPrefix"/></span><xsl:text disable-output-escaping="yes" ddwrt:nbsp-preserve="yes">&amp;nbsp;</xsl:text><xsl:call-template name="RenderAuthor"/>
    <xsl:text disable-output-escaping="yes" ddwrt:nbsp-preserve="yes">&amp;nbsp;</xsl:text><span class="ms-postfootercolor"><xsl:value-of select="$thisNode/../@resource.wss.blog_postfooter_at"/><xsl:text disable-output-escaping="yes" ddwrt:nbsp-preserve="yes">&amp;nbsp;</xsl:text>
    <xsl:choose>
    <xsl:when test="$ContainerId"><xsl:text disable-output-escaping="yes">&lt;#= spMgr.RenderFieldByName("PublishedDate", listItem, listSchema) #&gt;</xsl:text></xsl:when>
    <xsl:otherwise><xsl:value-of select="@PublishedDate" disable-output-escaping="yes"/></xsl:otherwise>
    </xsl:choose></span>
    <div>
    In the above div remove the span tag
    <!-- For the author field, render it using the span style and preceed it with the word "by"-->
    <span class="ms-postfootercolor"><xsl:value-of select="$thisNode/../@resource.wss.ByPrefix"/></span><xsl:text disable-output-escaping="yes" ddwrt:nbsp-preserve="yes">&amp;nbsp;</xsl:text><xsl:call-template name="RenderAuthor"/>
    If you any help please let me know

  • Add Columns to Sharepoint 2013 blog post comment form

    Hello, I'm trying to customize my blog site and to add two more fields Name and Country when users are posting a new comments. Is there a way to do this in Sharepoint 2013 foundation?
    Thank you.

    Wendy, Please go through this video from
    channel 9 (http://channel9.msdn.com/Blogs/NickDallett/InfoPath-2010-Customize-a-SharePoint-List-Form)  which will uilding froom explain similar form building from scratch.
    As per Peter's replay yes you can update form even after add columns in list and you can add extar control like button to your infopath form.
    Workflows are usually started when creating or updating an item inside a SharePoint document library. 
    Open the workflow in SharePoint Designer and under "Start Options' on the workflow's home page, remove the check from "Start workflow manually...". Be sure the check either "Start on create..." or "Start on change...". In
    your case I think you would use "Start on create...".
    Hope these inputs will help
    Please 'propose as answer' if it helped you, also 'vote helpful' if you like this reply.

  • Issue with AjaxControlToolkit for SharePoint 2013 Blog site template.

    Hi,
    Please find below the details of issue -
    History - We are working with SharePoint 2013 and we are using AjaxControlToolkit in our project. Basically this is a migration project from MOSS to SharePoint 2013. So we have migrated code MOSS to SharePoint 2013. Previously in MOSS project, AjaxControlToolkit
    was used so after migrating we have also used AjaxControlToolkit with updated version which can work in SharePoint 2013. This is working fine now.
    Scenario - There is one web application in SharePoint 2013 farm. Under this web application there are two site collections. One site collection is created with Team site template and second site collection is created with Blog site template.
    There are three feature in our wsp that we have created. One feature is at web application scope (which will do web.config modifications and it will add below entry in web.config file through SPWebConfigModification in section 'configuration/system.web/compilation/assemblies'
     <add assembly="AjaxcontrolToolkit, Version=4.5.7.725, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e" />  
    ). And there are two site collection features.
    Now when we deploy our solution (wsp) to web application in SharePoint 2013 farm and activate the Web.Config modification feature which is at web application level, it has added above mentioned entry in web.config file.
    Our application in first site collection is working fine which we are expecting but in the second site collection which is created using out of box Blog site template, 'comment box' and Post button are invisible as shown in below screen shot -
    If we remove below entry from web.config file -
    <add assembly="AjaxcontrolToolkit, Version=4.5.7.725, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e" /> 
    and refresh the Blog site page then the Comment box and Post button is appearing again as shown in below screen shot -
    We also tried with updated versions of AjaxControlToolkit (Version=4.5.7.1005 & 4.5.7.1213) but no success.
    I will highly appreciate if you could help me in this.
    Thanks for your time.
    Thanks & Regards,
    Rajendra Gaikwad.

    Hi,
    As you said, the issue only comes with the Blog site template.
    I suggest you take a look at this blog about how to make Ajax Control Toolkit work with SharePoint 2013:
    http://andreaswijayablog.blogspot.com/2013/12/ajax-control-toolkit-with-sharepoint.html
    Another similar thread for your reference:
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/60fa19fe-86a0-446b-b61f-11a82fe4287f/how-to-implement-ajax-toolkit-for-sharepoint2013?forum=sharepointdevelopment
    Thanks
    Patrick Liang
    Forum Support
    Please remember to mark the replies as answers if they
    help and unmark them if they provide no help. If you have feedback for TechNet
    Subscriber Support, contact [email protected]
    Patrick Liang
    TechNet Community Support

  • Error in Archives data in SharePoint 2013 blog site

    Hi,
    I have created a blog site in SharePoint 2013.
    Here when i clicked on the month of june, it shows the header as May but showing the posts of july.
    Is there any solution for this issue.
    Please help.
    Thank you

    Hi,
    I checked the link for the archives, the date interval for the month of June is "31 may 2014 to 30 June 2014".
    Is it possible to change these date interval?
    Please help.
    Thank you.

  • Link Title field to custom display form in SharePoint 2013 blog site

    Hi,
    I have blog site in sharepoint 2013.
    I want to display the item in read only view of the selected item.So I have created one custom display form.
    Now I want to link this display form with the Title Field.
    So that when user click on the title field, the display form should show to view only the item and if the user is approver, can approve also.
    Please help me to achieve this.
    waiting for your quick response.
    Thank you!

    Hi  ,
    According to your description, my understanding is that you want to display custom display form when users click on the title field.
    For achieving your demand, you need to implement an ihttpmodule and intercept the request. For more information, you can refer to the code as below:
    private void context_BeginRequest(object sender, EventArgs e)
    HttpApplication application = sender as HttpApplication;
    if (application != null && application.Context != null && application.Request != null)
    HttpRequest request = application.Request;
    HttpResponse response = application.Response;
    if (request.Url.ToString().ToLower().Contains(http://yoursite/libraryname))
    response.Redirect(newlocationurl);
    Reference:
    http://sharepointgotchas.wordpress.com/tag/httpmodule/
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • Limiting Body size post list in SharePoint 2013 blog site

    Hi,
    I want to fix the length of the body content in the post list in blog site in SharePoint 2013.
    And also i want to set the limit to show number of blog in the home page.
    Please help.
    Thank you!

    Open page in SharePoint Designer.
    When the default.aspx page is opened we can see that the web part is actually a XlstListViewWebPart. Taking a look at the XML Definition we can see that there is a field called RowLimit:
    http://www.sharepointanalysthq.com/2011/02/limiting-the-number-of-blog-posts-displayed-in-sharepoint-2010/

  • Add read more link SharePoint 2013 blog site

    Hi,
    I have blog site in SharePoint 2013. I want to add "Read More" link for all the blog post.
    I found a lot of solution by manipulating through the layouts folder in 15 hive directory.
    But I have no access to the 15 hive directory.
    Is it possible through JavaScript or j query ?
    Please share your suggestion.
    Thank you

    I've used this guide: http://www.learningsharepoint.com/2013/04/07/styling-announcements-with-javascript-using-js-link-in-sharepoint-2013/
    The guide is actually for Announcements but the basic behavior is the same. The code is simple to modify even by a beginner.

  • Customize Sharepoint 2013 Blog Post forms and layout

    I have a blog site that will be home to customer call reports saved as posts to the blog. The blog works, but how do I get all the custom columns to show on the blog home page that shows all of the posts. Currently, only the Posted Date, Notes, and Title
    field display.

    Hi Jim ,
    According to your description, my understanding is that  you want to display custom columns in your home page posts web part.
    Please go to the home page -> Edit Page -> Edit the Posts Web Part ->in the Posts Web Part Settings Page , click  Edit the current view -> check the column you want to display and click OK.
    The fields  are  now available to be rendered as part of the current view.
    Then we need to create the custom JavaScript file that will render the new fields for  the post body. You can refer to the blog:
    HOW TO: Add a custom field to blog posts in SharePoint 2013
    Hope this helps!
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • SharePoint 2013 Blog - Modify Summary View

    I am using SharePoint 2013.  I need to modify the blog posts to show extra fields and exclude others.  When I initially tried to edit the "Current View" for the web part, I got an error. I switched the view to "All Posts", then
    switched back to "Summary View" and the error went away. Now with I try to edit the Summary View, I just get a blank page with no fields to select.
    Is there any other way to modify the "Summary View" for the blog posts web part for 2013?

    You can customize the summary webpart using the SharePoint designer.
    check this blog post:
    http://dishasharepointworld.blogspot.com/2012/03/customize-homepage-of-sharepoint-blog.html
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

  • Blog tools Web part visibility in SharePoint 2013 blog site

    Hi,
    I need the Employee training template for SharePoint 2013 as we have in SharePoint 2007.
    I also checked the below link
    http://www.microsoft.com/government/en-us/campaigns/Pages/SharePoint-Templates.aspx
    Is it suitable for SharePoint 2013 and work as 2007 template feature.
    Is  there any change in this template given in the link or is it affect the site.
    I am working in production server. I don't know the effect.
    Please help
    Thank you.

    I dont think that link will work for SP 2013
    Try below:
    http://www.sharepointsapiens.com/employee-training-management/documentation/installation/
    You can even create your own workflow for same
    https://www.nothingbutsharepoint.com/sites/itpro/Pages/Employee-Training-and-Scheduling-Template-a-couple-fixes-Part-1.aspx
    Also check some templates from below:
    https://demo.sharesquared.com/
    If this helped you resolve your issue, please mark it Answered

  • SharePoint 2013 Blog Site Comments permissions

    Hello,
    Have researched this and all articles I can find so far give identical advice.
    Blog site (subsite of root SiteCollection) is populated by a manager of the company. He wants everyone to see it (default "Visitors") and leave a Comment (default "Members").
    I have customized List permissions for Comments as Visitors, broken inherited perms with parents to be sure the List perms are specific to Visitors of the List, and Visitors -- expectedly -- cannot post a Comment or see other Blog admin links (Add Post,
    Manage Comments etc).
    When adding everyone to the Members group, then customizing under Advanced Settings so they can only edit their OWN content, the users can naturally post Comments. But as Members, they are still allowed to Manage posts, Comments,
    etc. Too many perms.
    Visitor perms = insufficient
    Customized "Members" perms = too much granted.
    Need to constrain perm traits to posting/editing own Comments and nothing more except Read.
    Despite List perm customization, and Advanced Settings customization, this Member perm still grants waayyyyyyy too many perms. I simply cannot permit every user to create posts, manage comments, etc.
    Thank you in advance.

    Hi,
    According to your post, my understanding is that you want to customize the permission in the blog site.
    It is recommend customize your own permission level for this scenario.
    What’s more, to enable users can only edit their own items, we can set the item level permission in the post list advance settings.
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • SharePoint 2013 Blog Site not showing current navigation(Left Navigation)

    I have created a blog site but blog pages are not showing my current navigation, it has got its own left navigation, Can i show left (current) navigation? I am trying to find the page layout being used for blog items but unable to find.

    Hi,
    By design, there is a left navigation in the blog site. Like the following image show.
    Please check whether there is CSS style in site to hide the left navigation.
    If you don’t want to use the default navigation, we can also customize a new one.
    We can use SharePoint designer 2013 to modify it(In /_catalogs/masterpage/seattle.master ).
    Thanks,
    Dennis Guo
    TechNet Community Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Dennis Guo
    TechNet Community Support

Maybe you are looking for

  • Product ID and product Key not working on outlook.

    Hello. So I have a MacBook Pro and I bought Office Mac 2011. I got it around 2 years ago and I installed Word, Excel, and Power Point with no problems... I didn't install Outlook at the time because I didn't think I would need to use it. Now I want t

  • Web link in Flash Web gallery templates?

    I've created a number of HTML web galleries from templates, where you could have your id plate as a link. However the flash versions do have the ability to have your id plate be a link! I've tried to track down the file that I could change manually,

  • My busted ipod's serial number is scratched out and I need repairs?

    I bought this ipod mini off of a guy who bought it off someone else. The thing is busted and won't even turn on or charge and the case is banged up and the top and bottom covers are missing. I wanted to get repairs on it and I was willing to pay but

  • Java Server Faces - JSF - Problem

    Hi, I have a problem to run an example of jsf application! I'm using Apache Tomcat/6.0.10 and the application is deployed! -------------** Excuse me for my english, I'm Italian **---------- When I run the application, the browser (Mozilla) show me th

  • Port out of range:-1

    Hi , I am trying to create a connection pool on Sun java application server 8.2 and when I ping by clicking on "ping" in the Admin console on Connectionpool creation window, I get following error , I am connecting a sybase server running on port 4100