Articles about European Sharepoint Hosting Service
Posts tagged best europe sharepoint hosting

SharePoint Hosting – HostForLIFE.eu :: Configure SharePoint 2010 Search Service Application
Feb 5th
In this article we will show how to create search service application in SharePoint. From central administration home page click on manage service applications. Click new icon form ribbon bar and click on “search service application”
From the opened screen enter the name for search service application , choose search service account “service account that we used for configure all services” , choose or create a new application pool that will used by search admin web service also do the same step for application Pool for Search Query and Site Settings Web Service then click OK.
Go to SharePoint Central Administration, and then select Application Management.
Then select Manage service applications.
Select search service application and then click manage on the ribbon on the top.
In the left hand bar click content source.
Then click on the down arrow next to the local SharePoint sites and select start full crawl.
Wait until the status becomes Idle.

European SharePoint 2013 Hosting :: Add YouTube Video in SharePoint 2013
Feb 4th
In SharePoint 2013 admins can now Insert an iframe element into an HTML field like Content editor webpat on a page. This will let users Embed dynamic content from other sites, such as videos or map directions on any SharePoint site page.
Any external domains that will be Inserted in Iframe should be added as approved domains in “HTML Field Security”. By default, certain trusted external domains are already approved for use in iframes.Site collection administrators can customize the field security settings by changing the default trusted external domains.
To add a Youtube Video add the “Youtube.com” Domain in “HTML Field Security” first. Lets look at the Steps-
1. Navigate to Site Settings (top-level Site collection) -> HTML Field Security.
2. Make sure the domain “Youtube.com” is added as permitted domain.
3. Navigate to your Youtube video and click on Share and then Embed.
Copy the highlighted text.
4. Add a Content editor webpart on a page and then click on “Edit Source” in “Format Text” tab in Ribbon.
Add the following in the Source.
<iframe width=”420″ height=”315″ src=”http://www.youtube.com/embed/hyRLzUVw4Vw” frameborder=”0″ allowfullscreen></iframe>
and click ok.
Result –