I have found this blog Adding a Blog to an Existing Site
I would like to know if there is something similar for SP in cloud (O365)?
Â
It’s actually scoped to Web:
<?xml version=”1.0″ encoding=”utf-8″?>
<Feature Id=”0D1C50F7-0309-431c-ADFB-B777D5473A65″
Title=”$Resources:core,blogContentFeatureTitle;”
Description=”$Resources:core,blogContentFeatureDesc;”
Version=”15.0.0.0″
ImageUrl=””
Scope=”Web”
Hidden=”TRUE”
DefaultResourceFile=”core”
xmlns=”http://schemas.microsoft.com/sharepoint/”>
<ElementManifests>
<ElementManifest Location=”Elements.xml” />
</ElementManifests>
</Feature>
That said, I do not see this feature at all on my blog on my O365 My Site.