How do I add a dismissable notice to my (office 365) public website?

Hi
I have a public website and I want to add a small pop-up message that says something like "We have placed cookies on your computer to help make this website better. We use a Google Analytics script which sets cookies. More details can be found in our
privacy policy. Click here to dismiss this message".
Ideally this would appear at the top of the page and disappear when clicked.
Does anyone know how I can do this? There are open source JavaScript's available but all seem to need html changes to the site and I don't think this can be done with the office 365 public website. I can't find anything relevant on the forums but I need
to do this under EU law as it appears SharePoint uses a cookie and I also want to use google analytics.
Any help appreciated.
(this was originally posted on the office 365 forum and MS directed me here)

hi,
you can edit the master page for sharepoint online using the sharepoint designer 2013.
you can add the google analytics and dismissal notice using javascript in master page.
this link shows how to use sharepoint designer 2010 to change master page this is valid for sharepoint 2013 with office 365 online.
https://support.office.com/en-in/article/Customize-a-master-page-to-brand-your-site-0a57b837-4c97-4af9-a088-fedf3dfd1dd5?CorrelationId=d0007b5a-c45c-4661-b5fd-4d75c148e2d5&ui=en-US&rs=en-IN&ad=IN
http://www.sharepoint2013.me/Blog/Post/158/Edit-existing-master-page-in-SharePoint-2013
Whenever you see a reply and if you think is helpful,Vote As Helpful! And whenever you see a reply being an answer to the question of the thread, click Mark As Answer

Similar Messages

  • Does any one know how to Disable/Hide "BCC" from outlook/owa in office 365?

    Hi,
    Does any one know how to Disable/Hide "BCC" from outlook/owa in office 365?
    Thank You.

    Hi Kavin,
    You can try the below steps on the OWA server box,
    search for this file name in explorer
    File name: "messageoptionsdialog.aspx"
    open this file in notepad
    search for "chkbcc" you'll find something like this "input type="checkbox" id="chkBcc"
    you need to update the LINE BEFORE IT to <td style="visibility:hidden">
    Try this and let me now if this worked
    Although I've not tried this for the OUTLOOK client, you can try this and check if you need
    But this has worked for OWA for one of my client
    I'm also not very sure if this can be achieved on all of your outlook users from a server admin point of view, coz this is a client feature and not a user specific active directory attribute.
    Thanks & Regards
    John Chris 

  • How do I whitelist my application server IP in Office 365 for EAS , so that I can track who all are trying to configure O365 account

    How do I whitelist my application server IP on Office 365 so that any mobile device trying to access their O365 in my enterprise can be logged. That is whenever they try to hit O365 URL , they should get re-directed to my application server so that I can
    log it 
    Please help its urgent

    Hi,
    This is the forum to discuss questions and feedback for Office 365 client, better to post your question to the forum for Office 365 community
    http://community.office365.com/en-us/f/default.aspx
    The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either share their knowledge or learn from your interaction with us. Thank you for your understanding.
    Tony Chen
    TechNet Community Support

  • How can I download content of wiki pages from Office 365 online Sharepoint site using c#?

    How can I download content of wiki pages from Office 365 online Sharepoint site using c#?
    Ratnesh[MSFT]

    Hi,
    According to your post, my understanding is that you want to download content of wiki pages on SharePoint Online.
    If just for getting the text of the page, I suggest you convert page to PDF file first and then download the PDF file via a Visual Web Part as a Sandboxed solution.
    A sample about export HTML to PDF:
    http://hamang.net/2008/08/14/html-to-pdf-in-net/
    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

  • How to install app using powershell in sharepoint online - office 365?

    How to install app using powershell in sharepoint online - office 365?

    Hi
    check this similar post
    https://social.msdn.microsoft.com/Forums/sharepoint/en-US/1f0cd45a-00e1-4452-bafe-83c6ee3a59db/can-i-deploy-a-sharepointapp-to-office-365-using-powershell?forum=appsforsharepoint
    Romeo Donca, Orange Romania (MCSE, MCITP, CCNA) Please Mark As Answer if my post solves your problem or Vote As Helpful if the post has been helpful for you.

  • Power Map Add IN to Trial Version of Office 365 Pro PLus

    Hi
    I have downloaded the Trial of Office 365 Pro Plus and have also downloaded the Power Query Add in which I have also installed. However I can’t install the Power Map add in as it says that I don’t have the correct version of excel, but this is because
    it is seeing my Excel 2010 version I have installed.
    How can I get the Power Map Add In installed on the excel in the office 365 pro plus?
    Thanks

    Any suggestions for evilc?
    Thanks!
    Ed Price, Power BI & SQL Server Customer Program Manager (Blog,
    Small Basic,
    Wiki Ninjas,
    Wiki)
    Answer an interesting question?
    Create a wiki article about it!

  • How to hide full name when publishing photos to icloud's public website?

    When allowing iPhoto to publish photos to iCloud (Public Website, allow anyone to view this photo stream at:..." my full Name (xxx by xxx) is always displayed when opening the link.
    Does anyone know how to hide or change the name displayed?

    I tried changing my name (Apple ID). It had no effect on the Aperture photo stream website page (and yes, I tried it with a new photo stream).
    I still think your name should not be included by default with public website, as well as ability to prevent pictures from Copy/Save.

  • How do I add flash cs4 game with AS3 to flash cs4 website??

    I have created a game in flash with ActionScript 3 and now want to add it to a website I have created with pages seperated into keyframes. Ideally, I am trying to have the game start when a link on the home page is selected. I would also like the users to be able to download the game themselves??? Any ideas for a flash novice??

    Thank you so much!!! I just added it with a UI Loader Component! Worked really well... although it looks like doing that picked up an issue with some of my code? It's now looping over and over again and the counter within my game (for giving players their score - highlighted in red), is not working?If you are a AS3 guru any help would be greatly appreciated, otherwise thank you so much for your earlier tips
    package
        import flash.display.MovieClip;
        import flash.events.*;
        import flash.utils.Timer;
        import flash.text.*;
        public dynamic class Gift extends MovieClip
            private var dx:Number = Math.random() * 10; // make gift scurry
            private var dy:Number = Math.random() * 10;
            public function Gift ()
                this.gotoAndStop(Math.ceil(Math.random() * 4));
                this.addEventListener(Event.ENTER_FRAME, scurry);   
                stage.addEventListener(MouseEvent.MOUSE_DOWN, kill);
            public function scurry (e:Event)
                if (this.x < 0 || this.x > 550)
                    this.dx *= -1;
                if (this.y < 0 || this.y > 576)
                    this.dy *= -1;
                this.x += this.dx; // make gift scurry
                this.y += this.dy;
            public function die()
                this.removeEventListener(Event.ENTER_FRAME, scurry);
                parent.removeChild(this);
            private function kill (e:MouseEvent):void
                if(e.target is Gift)
                    e.target.die();
                    score += 10;
                    scoreText.text = score.toString();

  • How do I add a 'twitter' and facebook icon / link to my website

    As with other external websites, I'd like to let people know I'm on facebook and twitter.  Is this possible on iweb?

    As with your "contact forms" question, begin with a search HERE or, when viewing this thread, see the More Like This section at right.

  • How to install Project Online and Project Pro for Office 365

    Hello,
    Can someone please explain where can I find reliable and exploitable step by step process to install
    Project Online and Project Pro for Office 365. I tried for several weeks with no avail.
    All the links I followed led to
    an impasse.
    Thanks for your help

    WLID1966,
    I am not sure if there is a step by step process detailed anywhere, but that possible because it is fairly easy to get started. The steps below may vary sligtly because I am using a preview version..
    1) you would sign up for Project Pro for Office 365 from this link (or pursue through your organization) : http://office.microsoft.com/en-us/project/enterprise-project-and-portfolio-management-subscription-project-online-with-project-pro-for-office-365-FX104002972.aspx
    2) Once you are setup with Office 365 account and project online, you would go into the settings as shown below
    3) Once you click on software, you should see the below, and then click Install to install Project Pro.
    Prasanna Adavi,PMP,MCTS,MCITP,MCT http://thinkepm.blogspot.com

  • How to input MSDN Project Pro Product Key in Office 365 environment

    Hi, there
    Our company just recently moved to Office 365 from Office 2013. I had to uninstall all my Office 2013 applications and re-install them from our Office 365 site. In addition to our common Office applications, I also had Project Pro 2013 installed with the
    product key I obtained from my MSDN account. The Project Pro worked fine before the Office 365 transition. But after the transition, I keep getting this pop up asking me to sign in to Office 365. Since our company Office 365 suite does not provide Project,
    I cannot use most of the function of my Project Pro, even though I have input my Product Key before.
    Is there a way to separate out the Project Pro so it doesn't link to Office 365 Portal? Or is there a way to input my product key through Office 365 portal?
    Thanks.

    You should be able to enter the Product Key for Project 2013.  
    Navigate to the Control Panel.
    Select Programs
    Select Programs and Features.
    Find Microsoft Project Professional in the list and single click to select it.
    Click Change at the top of the list.
    Select Enter a Product Key.
    I hope this helps.

  • Add list item using anonymous user in public website of shareopint 2013 office 365

    Can any body know the solution to over come of following error while add list item using anonymous user using CSOM in shareopint 2013 office 365 public website.
    I have tried following solution to narrow down the error from "Access permission"
    http://sharepointtaproom.com/2014/08/28/anonymous-api-access-for-office-365-public-sites/#comment-2304

    Try below:
    http://www.codeproject.com/Articles/785099/Publish-a-Form-for-Anonymous-Users-on-a-Public-Sit
    http://blogs.technet.com/b/sharepointdevelopersupport/archive/2013/06/13/how-to-allow-anonymous-users-to-add-items-to-sharepoint-list-using-client-object-model.aspx
    // Allows AddItem operation using anonymous access
    private
    static voidAllowAnonAccess(){
    Console.WriteLine("Enabling Anonymous access....");
    SPWebApplication webApp =
    SPWebApplication.Lookup(new
    Uri(webAppUrl));
                webApp.ClientCallableSettings.AnonymousRestrictedTypes.Remove(typeof(Microsoft.SharePoint.SPList),
    "GetItems");
                webApp.ClientCallableSettings.AnonymousRestrictedTypes.Remove(typeof(Microsoft.SharePoint.SPList),
    "AddItem");
                webApp.Update();
    Console.WriteLine("Enabled Anonymous access!");  
    // Revokes Add/Get Item operation using anonymous access
    private static
    voidRemoveAnonAccess(){
    Console.WriteLine("Disabling Anonymous access....");
    SPWebApplication webApp =
    SPWebApplication.Lookup(new
    Uri(webAppUrl));
                webApp.ClientCallableSettings.AnonymousRestrictedTypes.Add(typeof(Microsoft.SharePoint.SPList),
    "GetItems");
                webApp.ClientCallableSettings.AnonymousRestrictedTypes.Add(typeof(Microsoft.SharePoint.SPList),
    "AddItem");
                webApp.Update();
    Console.WriteLine("Disabled Anonymous access!"); 
    http://www.fiechter.eu/Blog/Post/12/Create-a-survey-for-anonymous-users-on-Office-365
    If this helped you resolve your issue, please mark it Answered

  • How do you add a Facebook, Twitter and Yelp links?

    How do you add links for Facebook, Twitter and Yelp onto a website created by using iWeb? I'm using a hosting service to get my site on the web.

    Hi 80smetalhead. My first help post, so hope it helps.
    First off choose wether you are using a icon or text.
    For a few free Facebook/twitter/in icons try: http://www.jordankennedy.com/jk/Free_Stuff.html
    Ether way the process is the same. Select the Text/iCon. Then go to "Inspector" in the bottom right hand. (Blue circle with a "i" in it)
    Then select the sixth iCon across. (blue circle with arrow)
    Click "Enable as Hyperlink"
    Then under that Link to: External Page <--this should be selected.. If not select it.
    Under that will be a box with a link already in there. usually a apple link. change that to your Facebook/Twitter address.
    And that hopefully should do the trick

  • How to include the SharePoint engine in my Office 365 Enterprise E3?

    I signed up for the Office 365 Enterprise E3 wanting to create a MS Access Web application, apparently MS Access requires SharePoint, I do have the SharePoint Designer however it requires the SharePoint Foundation or Server, netierh of which can run on
    an end use machine! so now I am stuck, I thought that Office 365 Enterprise E3 contained all components including the SharePoint engine! How do I include the SharePoint engine in my Office 365 Enterprise E3?

    As you say, SharePoint does come with the O365 E3 package. This SharePoint installation is hosted by Microsoft in the cloud.
    By default you will already have two site collections created as part of your subscription, you can find details about them, including the URLs, and create more from the Admin center.
    This guide may be of use:
    http://office.microsoft.com/en-us/office365-sharepoint-online-enterprise-help/get-started-with-sharepoint-2013-HA102772778.aspx

  • How do I add my Facebook account to Adobe Revel?

    I noticed when I first signing in to Adobe Revel on the web interface (web page), there was an option to sign in using Facebook.
    My account is already fully migrated from Photoshop.com and I already had an Adobe ID.
    I can only access Adobe Revel with the web interface.
    I signed in to Adobe Revel with my Adobe ID on the web interface.
    I saw no option to connect to Facebook.
    I believe that using the option to sign in with Facebook may create an additional account.
    One free account is enough. I don't want an additional account.
    The question then is how can I add Facebook to Adobe Revel when I can only use the web interface?
    If this question cannot be answered at this time, please make a feature request for the design team.
    As it is apparently available in the Mac (iOS, etc.) app, the API is already there. An option would be placing an Adobe Revel application on the server (in the cloud) which would permit access to this and many other features until it they can be rolled out for other platforms and devices. With the app on the server, features could be set or limited based on the account type. If it has not already, the code could be rolled into a plug-in for Photoshop and other Adobe software for collaboration or other purposes online.

    This link should explain how you get your photos from Revel to Facebook:
    http://forums.adobe.com/message/5168216#5168216
    You can only put a group of photos on Facebook from Revel directly if you are on an iPhone or iPad, or a single photo if you use Mac. Other platforms must upload to Facebook from their device or computer.
    Pattie

Maybe you are looking for

  • How do i get my new ipod to join the wifi hotspot from my droid cell?

    just purchased an ipod 5th gen. am not able to get it to join with the wifi on my droid cell. the ipod recognized the connection but will not join.

  • How to kill db-session when explored is closed?

    Hi all, Is there an easy way to kill database sessions when the explorer window is closed?. I tried to set the "disconnect application module upon release" checkbox on the module, but than my application doesn't work correctly... I'm getting errors l

  • JTAble -delete Row

    Hallo, how casn i force my table to repaint? in the following code i ty to delete a row in a JTable and it works but the result is not visible( i know that it works because of the ArrayIndexOutOfBoudsException occuring when i select a higher index th

  • Does Boot Camp use Hybrid MBR, and if so is there a way to avoid it?

    The title pretty much says it all, folks.  I don't know how to tell if it does or not, except that certain Windows applications will not perform everything they should because they say I'm running on a dynamic disk. So... when I use the automated uti

  • How do make visualisers?

    I need to find either a piece of software or some instructions on how to add visualising effects to client's websites. E.g. I currently have a driveway paving company client who want their customers to be able to load up digital photos of their own d